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.8239,-71.4118)};var g_5386b2e786b7b76a9e70beb8b1ad2487 = new google.maps.Geocoder();g_5386b2e786b7b76a9e70beb8b1ad2487.geocode( { 'address': "20 Dorrance St, Providence, RI 02903, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('providence-RI-baycoast-bank').style.display = '';map = new google.maps.Map(document.getElementById('providence-RI-baycoast-bank'), mapOptions);}document.getElementById('5d2d8c54').innerHTML += ' | View Map';var $l5386b2e786b7b76a9e70beb8b1ad2487 = '

Baycoast Bank

Address: 20 Dorrance St, Providence, RI 02903, USA
Phone:
';var m_5386b2e786b7b76a9e70beb8b1ad2487 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baycoast Bank',});m_5386b2e786b7b76a9e70beb8b1ad2487['infowindow'] = new google.maps.InfoWindow({content: $l5386b2e786b7b76a9e70beb8b1ad2487});var infowindow = new google.maps.InfoWindow({content: $l5386b2e786b7b76a9e70beb8b1ad2487});google.maps.event.addListener(m_5386b2e786b7b76a9e70beb8b1ad2487, 'click', function() {infowindow.open(map,m_5386b2e786b7b76a9e70beb8b1ad2487);});$marker.push(m_5386b2e786b7b76a9e70beb8b1ad2487);}});}google.maps.event.addDomListener(window, 'load', initialize);