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.2163,-72.1018)};var g_0ad5292c158f3924f8b480367fcbeb94 = new google.maps.Geocoder();g_0ad5292c158f3924f8b480367fcbeb94.geocode( { 'address': "3 Post Rd, Brookfield, MA 01506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brookfield-MA-country-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('brookfield-MA-country-bank-atm'), mapOptions);}document.getElementById('65f942d9').innerHTML += ' | View Map';var $l0ad5292c158f3924f8b480367fcbeb94 = '

Country Bank ATM

Address: 3 Post Rd, Brookfield, MA 01506, USA
Phone: (800) 322-8233
';var m_0ad5292c158f3924f8b480367fcbeb94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Bank ATM',});m_0ad5292c158f3924f8b480367fcbeb94['infowindow'] = new google.maps.InfoWindow({content: $l0ad5292c158f3924f8b480367fcbeb94});var infowindow = new google.maps.InfoWindow({content: $l0ad5292c158f3924f8b480367fcbeb94});google.maps.event.addListener(m_0ad5292c158f3924f8b480367fcbeb94, 'click', function() {infowindow.open(map,m_0ad5292c158f3924f8b480367fcbeb94);});$marker.push(m_0ad5292c158f3924f8b480367fcbeb94);}});}google.maps.event.addDomListener(window, 'load', initialize);