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.781,-71.4431)};var g_c5c3f201a8e8fc634d37a766a0299218 = new google.maps.Geocoder();g_c5c3f201a8e8fc634d37a766a0299218.geocode( { 'address': "681 Reservoir Ave, Cranston, RI 02910, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranston-RI-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('cranston-RI-santander-atm'), mapOptions);}document.getElementById('68f2b59f').innerHTML += ' | View Map';var $lc5c3f201a8e8fc634d37a766a0299218 = '

Santander ATM

Address: 681 Reservoir Ave, Cranston, RI 02910, USA
Phone:
';var m_c5c3f201a8e8fc634d37a766a0299218 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_c5c3f201a8e8fc634d37a766a0299218['infowindow'] = new google.maps.InfoWindow({content: $lc5c3f201a8e8fc634d37a766a0299218});var infowindow = new google.maps.InfoWindow({content: $lc5c3f201a8e8fc634d37a766a0299218});google.maps.event.addListener(m_c5c3f201a8e8fc634d37a766a0299218, 'click', function() {infowindow.open(map,m_c5c3f201a8e8fc634d37a766a0299218);});$marker.push(m_c5c3f201a8e8fc634d37a766a0299218);}});}google.maps.event.addDomListener(window, 'load', initialize);