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.6328,-70.4887)};var g_7743900015b6b880f6c937b10780acc2 = new google.maps.Geocoder();g_7743900015b6b880f6c937b10780acc2.geocode( { 'address': "39 Nathan Ellis Hwy, Mashpee, MA 02649"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mashpee-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('mashpee-MA-citizens-bank'), mapOptions);}document.getElementById('f33e8a08').innerHTML += ' | View Map';var $l7743900015b6b880f6c937b10780acc2 = '

Citizens Bank

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