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.179,-71.221)};var g_ed57113f80f3d1afa6e0447661653bcc = new google.maps.Geocoder();g_ed57113f80f3d1afa6e0447661653bcc.geocode( { 'address': "444 Walpole St, Norwood, MA 02062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwood-MA-atm').style.display = '';map = new google.maps.Map(document.getElementById('norwood-MA-atm'), mapOptions);}document.getElementById('03c11392').innerHTML += ' | View Map';var $led57113f80f3d1afa6e0447661653bcc = '

ATM

Address: 444 Walpole St, Norwood, MA 02062, USA
Phone:
';var m_ed57113f80f3d1afa6e0447661653bcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_ed57113f80f3d1afa6e0447661653bcc['infowindow'] = new google.maps.InfoWindow({content: $led57113f80f3d1afa6e0447661653bcc});var infowindow = new google.maps.InfoWindow({content: $led57113f80f3d1afa6e0447661653bcc});google.maps.event.addListener(m_ed57113f80f3d1afa6e0447661653bcc, 'click', function() {infowindow.open(map,m_ed57113f80f3d1afa6e0447661653bcc);});$marker.push(m_ed57113f80f3d1afa6e0447661653bcc);}});}google.maps.event.addDomListener(window, 'load', initialize);