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_b164250f03b08804a9697111ba542f21 = new google.maps.Geocoder();g_b164250f03b08804a9697111ba542f21.geocode( { 'address': "2091 Nooseneck Hill Rd, Coventry, RI 02816"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coventry-RI-d-and-d-financial-service').style.display = '';map = new google.maps.Map(document.getElementById('coventry-RI-d-and-d-financial-service'), mapOptions);}document.getElementById('172c1823').innerHTML += ' | View Map';var $lb164250f03b08804a9697111ba542f21 = '

D and D Financial Service

Address: 2091 Nooseneck Hill Rd, Coventry, RI 02816
Phone: (401) 385-3900
';var m_b164250f03b08804a9697111ba542f21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'D and D Financial Service',});m_b164250f03b08804a9697111ba542f21['infowindow'] = new google.maps.InfoWindow({content: $lb164250f03b08804a9697111ba542f21});var infowindow = new google.maps.InfoWindow({content: $lb164250f03b08804a9697111ba542f21});google.maps.event.addListener(m_b164250f03b08804a9697111ba542f21, 'click', function() {infowindow.open(map,m_b164250f03b08804a9697111ba542f21);});$marker.push(m_b164250f03b08804a9697111ba542f21);}});}google.maps.event.addDomListener(window, 'load', initialize);