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.4849,-71.3085)};var g_9b84c2b42182275d8e117ad3b771c0df = new google.maps.Geocoder();g_9b84c2b42182275d8e117ad3b771c0df.geocode( { 'address': "100 Bellevue Ave, Newport, RI 02840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-RI-savings-institute-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('newport-RI-savings-institute-bank--trust'), mapOptions);}document.getElementById('0c5b4227').innerHTML += ' | View Map';var $l9b84c2b42182275d8e117ad3b771c0df = '

Savings Institute Bank & Trust

Address: 100 Bellevue Ave, Newport, RI 02840, USA
Phone: (401) 847-5500
';var m_9b84c2b42182275d8e117ad3b771c0df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Savings Institute Bank & Trust',});m_9b84c2b42182275d8e117ad3b771c0df['infowindow'] = new google.maps.InfoWindow({content: $l9b84c2b42182275d8e117ad3b771c0df});var infowindow = new google.maps.InfoWindow({content: $l9b84c2b42182275d8e117ad3b771c0df});google.maps.event.addListener(m_9b84c2b42182275d8e117ad3b771c0df, 'click', function() {infowindow.open(map,m_9b84c2b42182275d8e117ad3b771c0df);});$marker.push(m_9b84c2b42182275d8e117ad3b771c0df);}});}google.maps.event.addDomListener(window, 'load', initialize);