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.4855,-71.3146)};var g_6c707eb09d23b7a30967b0852b70a59e = new google.maps.Geocoder();g_6c707eb09d23b7a30967b0852b70a59e.geocode( { 'address': "292 Thames St, Newport, RI 02840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-RI-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('newport-RI-santander-bank'), mapOptions);}document.getElementById('62c51115').innerHTML += ' | View Map';var $l6c707eb09d23b7a30967b0852b70a59e = '

Santander Bank

Address: 292 Thames St, Newport, RI 02840, USA
Phone: (401) 236-0099
';var m_6c707eb09d23b7a30967b0852b70a59e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_6c707eb09d23b7a30967b0852b70a59e['infowindow'] = new google.maps.InfoWindow({content: $l6c707eb09d23b7a30967b0852b70a59e});var infowindow = new google.maps.InfoWindow({content: $l6c707eb09d23b7a30967b0852b70a59e});google.maps.event.addListener(m_6c707eb09d23b7a30967b0852b70a59e, 'click', function() {infowindow.open(map,m_6c707eb09d23b7a30967b0852b70a59e);});$marker.push(m_6c707eb09d23b7a30967b0852b70a59e);}});}google.maps.event.addDomListener(window, 'load', initialize);