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.9033,-71.3924)};var g_2818dc6731a0455bd0075d98fae6b89d = new google.maps.Geocoder();g_2818dc6731a0455bd0075d98fae6b89d.geocode( { 'address': "310 Broad Street, Cumberland, RI 02864"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumberland-RI-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('cumberland-RI-santander-bank'), mapOptions);}document.getElementById('2190b813').innerHTML += ' | View Map';var $l2818dc6731a0455bd0075d98fae6b89d = '

Santander Bank

Address: 310 Broad Street, Cumberland, RI 02864
Phone: (401) 729-6764
';var m_2818dc6731a0455bd0075d98fae6b89d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_2818dc6731a0455bd0075d98fae6b89d['infowindow'] = new google.maps.InfoWindow({content: $l2818dc6731a0455bd0075d98fae6b89d});var infowindow = new google.maps.InfoWindow({content: $l2818dc6731a0455bd0075d98fae6b89d});google.maps.event.addListener(m_2818dc6731a0455bd0075d98fae6b89d, 'click', function() {infowindow.open(map,m_2818dc6731a0455bd0075d98fae6b89d);});$marker.push(m_2818dc6731a0455bd0075d98fae6b89d);}});}google.maps.event.addDomListener(window, 'load', initialize);