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.7027,-71.4443)};var g_9729df58c832dc4574b1c382191df44a = new google.maps.Geocoder();g_9729df58c832dc4574b1c382191df44a.geocode( { 'address': "300 Metro Center Blvd, Warwick, RI 02886"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warwick-RI-paul-dailey').style.display = '';map = new google.maps.Map(document.getElementById('warwick-RI-paul-dailey'), mapOptions);}document.getElementById('516da67c').innerHTML += ' | View Map';var $l9729df58c832dc4574b1c382191df44a = '

Paul Dailey

Address: 300 Metro Center Blvd, Warwick, RI 02886
Phone: (401) 287-4898
';var m_9729df58c832dc4574b1c382191df44a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paul Dailey',});m_9729df58c832dc4574b1c382191df44a['infowindow'] = new google.maps.InfoWindow({content: $l9729df58c832dc4574b1c382191df44a});var infowindow = new google.maps.InfoWindow({content: $l9729df58c832dc4574b1c382191df44a});google.maps.event.addListener(m_9729df58c832dc4574b1c382191df44a, 'click', function() {infowindow.open(map,m_9729df58c832dc4574b1c382191df44a);});$marker.push(m_9729df58c832dc4574b1c382191df44a);}});}google.maps.event.addDomListener(window, 'load', initialize);