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.507,-81.4509)};var g_8ad0649a45ebbbcccf7e8d9afb508c6b = new google.maps.Geocoder();g_8ad0649a45ebbbcccf7e8d9afb508c6b.geocode( { 'address': "1309 4th St NW, New Philadelphia, OH 44663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-philadelphia-OH-peoples-home-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('new-philadelphia-OH-peoples-home-loan-center'), mapOptions);}document.getElementById('0f0d79ce').innerHTML += ' | View Map';var $l8ad0649a45ebbbcccf7e8d9afb508c6b = '

Peoples Home Loan Center

Address: 1309 4th St NW, New Philadelphia, OH 44663, USA
Phone: (330) 343-9800
';var m_8ad0649a45ebbbcccf7e8d9afb508c6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Home Loan Center',});m_8ad0649a45ebbbcccf7e8d9afb508c6b['infowindow'] = new google.maps.InfoWindow({content: $l8ad0649a45ebbbcccf7e8d9afb508c6b});var infowindow = new google.maps.InfoWindow({content: $l8ad0649a45ebbbcccf7e8d9afb508c6b});google.maps.event.addListener(m_8ad0649a45ebbbcccf7e8d9afb508c6b, 'click', function() {infowindow.open(map,m_8ad0649a45ebbbcccf7e8d9afb508c6b);});$marker.push(m_8ad0649a45ebbbcccf7e8d9afb508c6b);}});}google.maps.event.addDomListener(window, 'load', initialize);