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.7099,-71.4502)};var g_148854e2cc52cc2a69b9682dcb9b257b = new google.maps.Geocoder();g_148854e2cc52cc2a69b9682dcb9b257b.geocode( { 'address': "2733 Post Rd, Warwick, RI 02886, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warwick-RI-pfg-lending').style.display = '';map = new google.maps.Map(document.getElementById('warwick-RI-pfg-lending'), mapOptions);}document.getElementById('ad7938b2').innerHTML += ' | View Map';var $l148854e2cc52cc2a69b9682dcb9b257b = '

PFG Lending

Address: 2733 Post Rd, Warwick, RI 02886, USA
Phone: (401) 384-6970
';var m_148854e2cc52cc2a69b9682dcb9b257b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PFG Lending',});m_148854e2cc52cc2a69b9682dcb9b257b['infowindow'] = new google.maps.InfoWindow({content: $l148854e2cc52cc2a69b9682dcb9b257b});var infowindow = new google.maps.InfoWindow({content: $l148854e2cc52cc2a69b9682dcb9b257b});google.maps.event.addListener(m_148854e2cc52cc2a69b9682dcb9b257b, 'click', function() {infowindow.open(map,m_148854e2cc52cc2a69b9682dcb9b257b);});$marker.push(m_148854e2cc52cc2a69b9682dcb9b257b);}});}google.maps.event.addDomListener(window, 'load', initialize);