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(41.6196,-70.4888)};var g_309ac399bf235cfddc862c057e2413e3 = new google.maps.Geocoder();g_309ac399bf235cfddc862c057e2413e3.geocode( { 'address': "39 Nathan Ellis Hwy, Mashpee, MA 02649, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mashpee-MA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('mashpee-MA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('0ca7a354').innerHTML += ' | View Map';var $l309ac399bf235cfddc862c057e2413e3 = '

Citizens Bank Supermarket Branch

Address: 39 Nathan Ellis Hwy, Mashpee, MA 02649, USA
Phone: (508) 539-6823
';var m_309ac399bf235cfddc862c057e2413e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_309ac399bf235cfddc862c057e2413e3['infowindow'] = new google.maps.InfoWindow({content: $l309ac399bf235cfddc862c057e2413e3});var infowindow = new google.maps.InfoWindow({content: $l309ac399bf235cfddc862c057e2413e3});google.maps.event.addListener(m_309ac399bf235cfddc862c057e2413e3, 'click', function() {infowindow.open(map,m_309ac399bf235cfddc862c057e2413e3);});$marker.push(m_309ac399bf235cfddc862c057e2413e3);}});}google.maps.event.addDomListener(window, 'load', initialize);