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(40.3743,-80.6929)};var g_6af3a61a63fc86e3eeb4d6320e6858fe = new google.maps.Geocoder();g_6af3a61a63fc86e3eeb4d6320e6858fe.geocode( { 'address': "500 E Church St #6, Wintersville, OH 43953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wintersville-OH-polaris-home-funding-corp').style.display = '';map = new google.maps.Map(document.getElementById('wintersville-OH-polaris-home-funding-corp'), mapOptions);}document.getElementById('7d57dca6').innerHTML += ' | View Map';var $l6af3a61a63fc86e3eeb4d6320e6858fe = '

Polaris Home Funding Corp

Address: 500 E Church St #6, Wintersville, OH 43953, USA
Phone: (740) 314-5324
';var m_6af3a61a63fc86e3eeb4d6320e6858fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Polaris Home Funding Corp',});m_6af3a61a63fc86e3eeb4d6320e6858fe['infowindow'] = new google.maps.InfoWindow({content: $l6af3a61a63fc86e3eeb4d6320e6858fe});var infowindow = new google.maps.InfoWindow({content: $l6af3a61a63fc86e3eeb4d6320e6858fe});google.maps.event.addListener(m_6af3a61a63fc86e3eeb4d6320e6858fe, 'click', function() {infowindow.open(map,m_6af3a61a63fc86e3eeb4d6320e6858fe);});$marker.push(m_6af3a61a63fc86e3eeb4d6320e6858fe);}});}google.maps.event.addDomListener(window, 'load', initialize);