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.7071,-70.0189)};var g_71f3b58aeb0fa6a9c9e60818c0994a85 = new google.maps.Geocoder();g_71f3b58aeb0fa6a9c9e60818c0994a85.geocode( { 'address': "500 MA-39, Harwich, MA 02645, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harwich-MA-citizens-atm').style.display = '';map = new google.maps.Map(document.getElementById('harwich-MA-citizens-atm'), mapOptions);}document.getElementById('104f035e').innerHTML += ' | View Map';var $l71f3b58aeb0fa6a9c9e60818c0994a85 = '

Citizens ATM

Address: 500 MA-39, Harwich, MA 02645, USA
Phone: (800) 922-9999
';var m_71f3b58aeb0fa6a9c9e60818c0994a85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens ATM',});m_71f3b58aeb0fa6a9c9e60818c0994a85['infowindow'] = new google.maps.InfoWindow({content: $l71f3b58aeb0fa6a9c9e60818c0994a85});var infowindow = new google.maps.InfoWindow({content: $l71f3b58aeb0fa6a9c9e60818c0994a85});google.maps.event.addListener(m_71f3b58aeb0fa6a9c9e60818c0994a85, 'click', function() {infowindow.open(map,m_71f3b58aeb0fa6a9c9e60818c0994a85);});$marker.push(m_71f3b58aeb0fa6a9c9e60818c0994a85);}});}google.maps.event.addDomListener(window, 'load', initialize);