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.6909,-71.5886)};var g_b3de189fac0d57eac5b7798e127a5e19 = new google.maps.Geocoder();g_b3de189fac0d57eac5b7798e127a5e19.geocode( { 'address': "1260 Main St, Coventry, RI 02816"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coventry-RI-moffitt-associates-llc').style.display = '';map = new google.maps.Map(document.getElementById('coventry-RI-moffitt-associates-llc'), mapOptions);}document.getElementById('5584c8de').innerHTML += ' | View Map';var $lb3de189fac0d57eac5b7798e127a5e19 = '

Moffitt & Associates, LLC

Address: 1260 Main St, Coventry, RI 02816
Phone: (401) 828-0097
';var m_b3de189fac0d57eac5b7798e127a5e19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Moffitt & Associates, LLC',});m_b3de189fac0d57eac5b7798e127a5e19['infowindow'] = new google.maps.InfoWindow({content: $lb3de189fac0d57eac5b7798e127a5e19});var infowindow = new google.maps.InfoWindow({content: $lb3de189fac0d57eac5b7798e127a5e19});google.maps.event.addListener(m_b3de189fac0d57eac5b7798e127a5e19, 'click', function() {infowindow.open(map,m_b3de189fac0d57eac5b7798e127a5e19);});$marker.push(m_b3de189fac0d57eac5b7798e127a5e19);}});}google.maps.event.addDomListener(window, 'load', initialize);