
//if (GBrowserIsCompatible())

var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "40.290394505140085,-76.65246963500977", 5);

map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget("closed");
marker1 = new CustomPOIMarker( 'Days Inn', ' ', '350 W Chocolate Ave, Hershey, PA<br><a href="http://hotelsearch.hersheyhotelservice.com/v5/redir.aspx?type=property&pid=11964&siteid=9207&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Rodeway Inn', '& Suites ', '43 W. Areba Ave, Hershey, PA<br><a href="http://hotelsearch.hersheyhotelservice.com/v5/redir.aspx?type=property&pid=28130&siteid=9207&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Hampton Inn', '& Suites ', '749 East Chocolate Avenue, Hershey, PA<br><a href="http://hotelsearch.hersheyhotelservice.com/v5/redir.aspx?type=property&pid=19671&siteid=9207&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Hershey Lodge', ' ', '-76.67568683624268, 40.271913169215885<br><a href="http://hotelsearch.hersheyhotelservice.com/v5/redir.aspx?type=property&pid=183086&siteid=9207&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0xB42A2A', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Milton Motel', ' ', '1733 East Chocolate Avenue, Hershey, PA<br><a href="http://hotelsearch.hersheyhotelservice.com/v5/redir.aspx?type=property&pid=52080&siteid=9207&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'The Suites at Hershey', ' ', '176 East Hersheypark Drive, Hershey, PA<br><a href="http://hotelsearch.hersheyhotelservice.com/v5/redir.aspx?type=property&pid=187941&siteid=9207&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'The Hotel Hershey', '& Spa ', '100 Hotel Road, Hershey, PA<br><a href="http://hotelsearch.hersheyhotelservice.com/v5/redir.aspx?type=property&pid=183087&siteid=9207&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Springhill Suites', ' ', '115 Museum Drive, Hershey, PA<br><a href="http://hotelsearch.hersheyhotelservice.com/v5/redir.aspx?type=property&pid=36189&siteid=9207&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker9 = new CustomPOIMarker( 'Econo Lodge', ' ', '115 Lucy Ave, Hershey, PA<br><a href="http://hotelsearch.hersheyhotelservice.com/v5/redir.aspx?type=property&pid=13015&siteid=9207&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker10 = new CustomPOIMarker( 'Best Western Inn', ' ', '-76.68100833892822, 40.270144982155664<br><a href="http://hotelsearch.hersheyhotelservice.com/v5/redir.aspx?type=property&pid=4210&siteid=9207&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker11 = new CustomPOIMarker( 'Comfort Inn', 'at the Park ', '1200 Mae St, Hershey, PA<br><a href="http://hotelsearch.hersheyhotelservice.com/v5/redir.aspx?type=property&pid=9203&siteid=9207&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker12 = new CustomPOIMarker( 'Hershey Park', ' ', '100 West Hersheypark Dr, Hershey, PA<br><a href="http://hotelsearch.hersheyhotelservice.com/v5/redir.aspx?type=property&pid=9203&siteid=9207&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0xB42A2A', '0xFFFFFF');

map.addMarkerByAddress( marker1, "350 W Chocolate Ave, Hershey, PA 17033" )
map.addMarkerByAddress( marker2, "43 W. Areba Ave, Hershey, PA 17033" )
map.addMarkerByAddress( marker3, "749 East Chocolate Avenue, Hershey, PA 17033" )
map.addMarkerByAddress( marker4, "-76.67568683624268, 40.271913169215885" )
map.addMarkerByAddress( marker5, "1733 East Chocolate Avenue, Hershey, PA 17033" )
map.addMarkerByAddress( marker6, "176 East Hersheypark Drive, Hershey, PA 17033" )
map.addMarkerByAddress( marker7, "100 Hotel Road, Hershey, PA 17033" )
map.addMarkerByAddress( marker8, "115 Museum Drive, Hershey, PA 17033" )
map.addMarkerByAddress( marker9, "115 Lucy Ave, Hershey, PA 17033" )
map.addMarkerByAddress( marker10, "-76.68100833892822, 40.270144982155664" )
map.addMarkerByAddress( marker11, "1200 Mae St, Hershey, PA 17033" )
map.addMarkerByAddress( marker12, "100 West Hersheypark Dr, Hershey, PA 17033" )
map.addWidget(navWidget);
