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.8489,-71.3549)};var g_531a756746657615d2fb9e9536f17423 = new google.maps.Geocoder();g_531a756746657615d2fb9e9536f17423.geocode( { 'address': "440 Pawtucket Ave, Rumford, RI 02916, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-providence-RI-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-providence-RI-atm-td-bank'), mapOptions);}document.getElementById('2264d60d').innerHTML += ' | View Map';var $l531a756746657615d2fb9e9536f17423 = '

ATM (TD Bank)

Address: 440 Pawtucket Ave, Rumford, RI 02916, USA
Phone:
';var m_531a756746657615d2fb9e9536f17423 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_531a756746657615d2fb9e9536f17423['infowindow'] = new google.maps.InfoWindow({content: $l531a756746657615d2fb9e9536f17423});var infowindow = new google.maps.InfoWindow({content: $l531a756746657615d2fb9e9536f17423});google.maps.event.addListener(m_531a756746657615d2fb9e9536f17423, 'click', function() {infowindow.open(map,m_531a756746657615d2fb9e9536f17423);});$marker.push(m_531a756746657615d2fb9e9536f17423);}});}google.maps.event.addDomListener(window, 'load', initialize);