var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng()};var g_c2890d44d06bafb6c7b4aa194857ccbc = new google.maps.Geocoder();g_c2890d44d06bafb6c7b4aa194857ccbc.geocode( { 'address': "129 Route 137, East Harwich, MA 02645"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-harwich-MA-cape-cod-five').style.display = '';map = new google.maps.Map(document.getElementById('east-harwich-MA-cape-cod-five'), mapOptions);}document.getElementById('f84e38d5').innerHTML += ' | View Map';var $lc2890d44d06bafb6c7b4aa194857ccbc = '

Cape Cod Five

Address: 129 Route 137, East Harwich, MA 02645
Phone: (508) 430-0055
';var m_c2890d44d06bafb6c7b4aa194857ccbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cape Cod Five',});m_c2890d44d06bafb6c7b4aa194857ccbc['infowindow'] = new google.maps.InfoWindow({content: $lc2890d44d06bafb6c7b4aa194857ccbc});var infowindow = new google.maps.InfoWindow({content: $lc2890d44d06bafb6c7b4aa194857ccbc});google.maps.event.addListener(m_c2890d44d06bafb6c7b4aa194857ccbc, 'click', function() {infowindow.open(map,m_c2890d44d06bafb6c7b4aa194857ccbc);});$marker.push(m_c2890d44d06bafb6c7b4aa194857ccbc);}});}google.maps.event.addDomListener(window, 'load', initialize);