

//if (GBrowserIsCompatible())



var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "39.35606887116547,-84.25827026367188", 4);



map.addWidget(new SatelliteControlWidget());



map.addTool( new PanTool(), true);

navWidget = new NavigatorWidget("");

marker1 = new CustomPOIMarker( 'Kings Island Theme Park', ' ', '6300 Kings Island Drive, Kings Island, OH<br>', '0xB42A2A', '0xFFFFFF');

marker2 = new CustomPOIMarker( 'Comfort Suites', 'Mason', '5457 Kings Center Dr, Mason, OH<br><a href="http://hotelsearch.kingsislandhotels.net/v5/redir.aspx?type=property&pid=10761&siteid=22310&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker3 = new CustomPOIMarker( 'Super 8', 'Mason', '5589 Kings Mills Rd, Mason, OH<br><a href="http://hotelsearch.kingsislandhotels.net/v5/redir.aspx?type=property&pid=209136&siteid=22310&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker4 = new CustomPOIMarker( 'Best Western', 'Inn & Suites', '2793 Water Park Drive, Mason, OH<br><a href="http://hotelsearch.kingsislandhotels.net/v5/redir.aspx?type=property&pid=4080&siteid=22310&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker5 = new CustomPOIMarker( 'Hampton Inn', ' ', '5323 Beach Blvd, Mason, OH<br><a href="http://hotelsearch.kingsislandhotels.net/v5/redir.aspx?type=property&pid=19604&siteid=22310&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker6 = new CustomPOIMarker( 'Kings Island Resort', ' ', '5691 Kings Island Drive, Kings Island, OH<br><a href="http://hotelsearch.kingsislandhotels.net/v5/redir.aspx?type=property&pid=22949&siteid=22310&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');



map.addMarkerByAddress( marker1, "39.346246011711166,-84.27457809448242" )

map.addMarkerByAddress( marker2, "39.356997989081975,-84.2654800415039" )

map.addMarkerByAddress( marker3, "39.35792709464162,-84.26711082458496" )

map.addMarkerByAddress( marker4, "2793 Water Park Drive, Mason, OH 45040" )

map.addMarkerByAddress( marker5, "39.360249804478954,-84.26676750183105" )

map.addMarkerByAddress( marker6, "39.359188003850626,-84.24797058105469" )

map.addWidget(navWidget);


