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.9619,-71.4949)};var g_cb11272208292440da2fabafafbf816f = new google.maps.Geocoder();g_cb11272208292440da2fabafafbf816f.geocode( { 'address': "980 Eddie Dowling Hwy, North Smithfield, RI 02896, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-smithfield-RI-first-northern-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('north-smithfield-RI-first-northern-financial-group'), mapOptions);}document.getElementById('29a63798').innerHTML += ' | View Map';var $lcb11272208292440da2fabafafbf816f = '

First Northern Financial Group

Address: 980 Eddie Dowling Hwy, North Smithfield, RI 02896, USA
Phone: (401) 762-8140
';var m_cb11272208292440da2fabafafbf816f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Northern Financial Group',});m_cb11272208292440da2fabafafbf816f['infowindow'] = new google.maps.InfoWindow({content: $lcb11272208292440da2fabafafbf816f});var infowindow = new google.maps.InfoWindow({content: $lcb11272208292440da2fabafafbf816f});google.maps.event.addListener(m_cb11272208292440da2fabafafbf816f, 'click', function() {infowindow.open(map,m_cb11272208292440da2fabafafbf816f);});$marker.push(m_cb11272208292440da2fabafafbf816f);}});}google.maps.event.addDomListener(window, 'load', initialize);