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.7503,-71.4775)};var g_27acb9c854bc1b29c4fbe1373035251b = new google.maps.Geocoder();g_27acb9c854bc1b29c4fbe1373035251b.geocode( { 'address': "800 Oaklawn Ave #201, Cranston, RI 02920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranston-RI-home-point-financial').style.display = '';map = new google.maps.Map(document.getElementById('cranston-RI-home-point-financial'), mapOptions);}document.getElementById('e2c6616f').innerHTML += ' | View Map';var $l27acb9c854bc1b29c4fbe1373035251b = '

Home Point Financial

Address: 800 Oaklawn Ave #201, Cranston, RI 02920, USA
Phone: (401) 519-4514
';var m_27acb9c854bc1b29c4fbe1373035251b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Point Financial',});m_27acb9c854bc1b29c4fbe1373035251b['infowindow'] = new google.maps.InfoWindow({content: $l27acb9c854bc1b29c4fbe1373035251b});var infowindow = new google.maps.InfoWindow({content: $l27acb9c854bc1b29c4fbe1373035251b});google.maps.event.addListener(m_27acb9c854bc1b29c4fbe1373035251b, 'click', function() {infowindow.open(map,m_27acb9c854bc1b29c4fbe1373035251b);});$marker.push(m_27acb9c854bc1b29c4fbe1373035251b);}});}google.maps.event.addDomListener(window, 'load', initialize);