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(39.7134,-82.5978)};var g_773d629a8f0d52d01ba005ea2a768493 = new google.maps.Geocoder();g_773d629a8f0d52d01ba005ea2a768493.geocode( { 'address': "302 E Main St, Lancaster, OH 43130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-OH-polaris-home-funding-corp').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-OH-polaris-home-funding-corp'), mapOptions);}document.getElementById('b99c8bf2').innerHTML += ' | View Map';var $l773d629a8f0d52d01ba005ea2a768493 = '

Polaris Home Funding Corp

Address: 302 E Main St, Lancaster, OH 43130, USA
Phone: (740) 653-9191
';var m_773d629a8f0d52d01ba005ea2a768493 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Polaris Home Funding Corp',});m_773d629a8f0d52d01ba005ea2a768493['infowindow'] = new google.maps.InfoWindow({content: $l773d629a8f0d52d01ba005ea2a768493});var infowindow = new google.maps.InfoWindow({content: $l773d629a8f0d52d01ba005ea2a768493});google.maps.event.addListener(m_773d629a8f0d52d01ba005ea2a768493, 'click', function() {infowindow.open(map,m_773d629a8f0d52d01ba005ea2a768493);});$marker.push(m_773d629a8f0d52d01ba005ea2a768493);}});}google.maps.event.addDomListener(window, 'load', initialize);