Unless stated otherwise, code available for viewing through this tool is dedicated to the public domain. If you have any questions, drop me a line.
<?php include '../../wp-config.php'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>The Neighborhoods of Manhattan</title> <script src="http://maps.google.com/maps?file=api&v=2&key=<?= MAP_KEY ?>" type="text/javascript"></script> <script src="map_data.php" type="text/javascript"></script> <script src="labeled_marker.js" type="text/javascript"></script> <script src="map_functions.js" type="text/javascript"></script> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body class="sidebar-right"> <div id="toolbar"> <h1>The Neighborhoods of Manhattan</h1> <ul id="options"> <li><a href="http://googlemapsbook.com/2007/03/06/clickable-labeledmarker/">« Back to Article</a></li> <li><a href="http://googlemapsbook.com">Our Book</a></li> <li><a href="http://uwmike.com">uwMike.com</a></li> </ul> </div> <div id="content"> <div id="map-wrapper"> <div id="map"></div> </div> <div id="sidebar"> <ul id="sidebar-list"> </ul> </div> </div> </body> </html>