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.6151,-71.1687)};var g_1977a1127b403587321b5a520907930f = new google.maps.Geocoder();g_1977a1127b403587321b5a520907930f.geocode( { 'address': "1 Crandall Rd, Tiverton, RI 02878"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tiverton-RI-baycoast-bank').style.display = '';map = new google.maps.Map(document.getElementById('tiverton-RI-baycoast-bank'), mapOptions);}document.getElementById('7d83b5d5').innerHTML += ' | View Map';var $l1977a1127b403587321b5a520907930f = '

Baycoast Bank

Address: 1 Crandall Rd, Tiverton, RI 02878
Phone: (401) 625-5869
';var m_1977a1127b403587321b5a520907930f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baycoast Bank',});m_1977a1127b403587321b5a520907930f['infowindow'] = new google.maps.InfoWindow({content: $l1977a1127b403587321b5a520907930f});var infowindow = new google.maps.InfoWindow({content: $l1977a1127b403587321b5a520907930f});google.maps.event.addListener(m_1977a1127b403587321b5a520907930f, 'click', function() {infowindow.open(map,m_1977a1127b403587321b5a520907930f);});$marker.push(m_1977a1127b403587321b5a520907930f);}});}google.maps.event.addDomListener(window, 'load', initialize);