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.7796,-70.0025)};var g_bef9d5cc7b8132b40ad12588d00622c5 = new google.maps.Geocoder();g_bef9d5cc7b8132b40ad12588d00622c5.geocode( { 'address': "9 West Rd, Orleans, MA 02653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orleans-MA-citizens-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('orleans-MA-citizens-bank-atm'), mapOptions);}document.getElementById('3076070d').innerHTML += ' | View Map';var $lbef9d5cc7b8132b40ad12588d00622c5 = '

Citizens Bank ATM

Address: 9 West Rd, Orleans, MA 02653, USA
Phone:
';var m_bef9d5cc7b8132b40ad12588d00622c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank ATM',});m_bef9d5cc7b8132b40ad12588d00622c5['infowindow'] = new google.maps.InfoWindow({content: $lbef9d5cc7b8132b40ad12588d00622c5});var infowindow = new google.maps.InfoWindow({content: $lbef9d5cc7b8132b40ad12588d00622c5});google.maps.event.addListener(m_bef9d5cc7b8132b40ad12588d00622c5, 'click', function() {infowindow.open(map,m_bef9d5cc7b8132b40ad12588d00622c5);});$marker.push(m_bef9d5cc7b8132b40ad12588d00622c5);}});}google.maps.event.addDomListener(window, 'load', initialize);