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.6944,-71.4706)};var g_664bfd4501d87d910fbcd5611495849e = new google.maps.Geocoder();g_664bfd4501d87d910fbcd5611495849e.geocode( { 'address': "300 Centerville Rd #102, Warwick, RI 02886, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warwick-RI-home-point-financial').style.display = '';map = new google.maps.Map(document.getElementById('warwick-RI-home-point-financial'), mapOptions);}document.getElementById('319f330b').innerHTML += ' | View Map';var $l664bfd4501d87d910fbcd5611495849e = '

Home Point Financial

Address: 300 Centerville Rd #102, Warwick, RI 02886, USA
Phone: (401) 536-9601
';var m_664bfd4501d87d910fbcd5611495849e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Point Financial',});m_664bfd4501d87d910fbcd5611495849e['infowindow'] = new google.maps.InfoWindow({content: $l664bfd4501d87d910fbcd5611495849e});var infowindow = new google.maps.InfoWindow({content: $l664bfd4501d87d910fbcd5611495849e});google.maps.event.addListener(m_664bfd4501d87d910fbcd5611495849e, 'click', function() {infowindow.open(map,m_664bfd4501d87d910fbcd5611495849e);});$marker.push(m_664bfd4501d87d910fbcd5611495849e);}});}google.maps.event.addDomListener(window, 'load', initialize);