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.7508,-71.4505)};var g_988fc051a45efbf85650c8e0c030acdf = new google.maps.Geocoder();g_988fc051a45efbf85650c8e0c030acdf.geocode( { 'address': "1210 Pontiac Ave, Cranston, RI 02920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranston-RI-first-united').style.display = '';map = new google.maps.Map(document.getElementById('cranston-RI-first-united'), mapOptions);}document.getElementById('daa3cc99').innerHTML += ' | View Map';var $l988fc051a45efbf85650c8e0c030acdf = '

First United

Address: 1210 Pontiac Ave, Cranston, RI 02920, USA
Phone: (401) 941-2274
';var m_988fc051a45efbf85650c8e0c030acdf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First United',});m_988fc051a45efbf85650c8e0c030acdf['infowindow'] = new google.maps.InfoWindow({content: $l988fc051a45efbf85650c8e0c030acdf});var infowindow = new google.maps.InfoWindow({content: $l988fc051a45efbf85650c8e0c030acdf});google.maps.event.addListener(m_988fc051a45efbf85650c8e0c030acdf, 'click', function() {infowindow.open(map,m_988fc051a45efbf85650c8e0c030acdf);});$marker.push(m_988fc051a45efbf85650c8e0c030acdf);}});}google.maps.event.addDomListener(window, 'load', initialize);