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.7772,-71.4367)};var g_2249f6a7e235bef16d5c1ecbe626ad3c = new google.maps.Geocoder();g_2249f6a7e235bef16d5c1ecbe626ad3c.geocode( { 'address': "370 Atwood Ave, Cranston, RI 02920"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranston-RI-tower-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('cranston-RI-tower-financial-group'), mapOptions);}document.getElementById('d8df2345').innerHTML += ' | View Map';var $l2249f6a7e235bef16d5c1ecbe626ad3c = '

Tower Financial Group

Address: 370 Atwood Ave, Cranston, RI 02920
Phone: (401) 942-5900
';var m_2249f6a7e235bef16d5c1ecbe626ad3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Financial Group',});m_2249f6a7e235bef16d5c1ecbe626ad3c['infowindow'] = new google.maps.InfoWindow({content: $l2249f6a7e235bef16d5c1ecbe626ad3c});var infowindow = new google.maps.InfoWindow({content: $l2249f6a7e235bef16d5c1ecbe626ad3c});google.maps.event.addListener(m_2249f6a7e235bef16d5c1ecbe626ad3c, 'click', function() {infowindow.open(map,m_2249f6a7e235bef16d5c1ecbe626ad3c);});$marker.push(m_2249f6a7e235bef16d5c1ecbe626ad3c);}});}google.maps.event.addDomListener(window, 'load', initialize);