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.7832,-71.5162)};var g_cc18000b67cb813af111404b90b21019 = new google.maps.Geocoder();g_cc18000b67cb813af111404b90b21019.geocode( { 'address': "193 Comstock Pkwy, Cranston, RI 02921, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranston-RI-centreville-bank').style.display = '';map = new google.maps.Map(document.getElementById('cranston-RI-centreville-bank'), mapOptions);}document.getElementById('396343b4').innerHTML += ' | View Map';var $lcc18000b67cb813af111404b90b21019 = '

Centreville Bank

Address: 193 Comstock Pkwy, Cranston, RI 02921, USA
Phone: (401) 464-9100
';var m_cc18000b67cb813af111404b90b21019 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centreville Bank',});m_cc18000b67cb813af111404b90b21019['infowindow'] = new google.maps.InfoWindow({content: $lcc18000b67cb813af111404b90b21019});var infowindow = new google.maps.InfoWindow({content: $lcc18000b67cb813af111404b90b21019});google.maps.event.addListener(m_cc18000b67cb813af111404b90b21019, 'click', function() {infowindow.open(map,m_cc18000b67cb813af111404b90b21019);});$marker.push(m_cc18000b67cb813af111404b90b21019);}});}google.maps.event.addDomListener(window, 'load', initialize);