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.3214,-71.1696)};var g_38824fc9c1e0a75c4cc10d6235c6ce77 = new google.maps.Geocoder();g_38824fc9c1e0a75c4cc10d6235c6ce77.geocode( { 'address': "1330 Boylston St, Chestnut Hill, MA 02467, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brookline-MA-citizens-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('brookline-MA-citizens-bank-atm'), mapOptions);}document.getElementById('8f152641').innerHTML += ' | View Map';var $l38824fc9c1e0a75c4cc10d6235c6ce77 = '

Citizens Bank ATM

Address: 1330 Boylston St, Chestnut Hill, MA 02467, USA
Phone:
';var m_38824fc9c1e0a75c4cc10d6235c6ce77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank ATM',});m_38824fc9c1e0a75c4cc10d6235c6ce77['infowindow'] = new google.maps.InfoWindow({content: $l38824fc9c1e0a75c4cc10d6235c6ce77});var infowindow = new google.maps.InfoWindow({content: $l38824fc9c1e0a75c4cc10d6235c6ce77});google.maps.event.addListener(m_38824fc9c1e0a75c4cc10d6235c6ce77, 'click', function() {infowindow.open(map,m_38824fc9c1e0a75c4cc10d6235c6ce77);});$marker.push(m_38824fc9c1e0a75c4cc10d6235c6ce77);}});}google.maps.event.addDomListener(window, 'load', initialize);