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(42.1599,-70.8796)};var g_d5dc361ed14c58c206b89b0d16b4a530 = new google.maps.Geocoder();g_d5dc361ed14c58c206b89b0d16b4a530.geocode( { 'address': "700 Longwater Dr, Norwell, MA 02061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwell-MA-eos-cca').style.display = '';map = new google.maps.Map(document.getElementById('norwell-MA-eos-cca'), mapOptions);}document.getElementById('72ddb4cb').innerHTML += ' | View Map';var $ld5dc361ed14c58c206b89b0d16b4a530 = '

EOS CCA

Address: 700 Longwater Dr, Norwell, MA 02061, USA
Phone: (781) 659-1551
';var m_d5dc361ed14c58c206b89b0d16b4a530 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EOS CCA',});m_d5dc361ed14c58c206b89b0d16b4a530['infowindow'] = new google.maps.InfoWindow({content: $ld5dc361ed14c58c206b89b0d16b4a530});var infowindow = new google.maps.InfoWindow({content: $ld5dc361ed14c58c206b89b0d16b4a530});google.maps.event.addListener(m_d5dc361ed14c58c206b89b0d16b4a530, 'click', function() {infowindow.open(map,m_d5dc361ed14c58c206b89b0d16b4a530);});$marker.push(m_d5dc361ed14c58c206b89b0d16b4a530);}});}google.maps.event.addDomListener(window, 'load', initialize);