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.1058,-82.5292)};var g_37c197cfd9c9645147b6ad0aa495a2a5 = new google.maps.Geocoder();g_37c197cfd9c9645147b6ad0aa495a2a5.geocode( { 'address': "235 McGhee Ln, Wellston, OH 45692, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wellston-OH-harris-appraisal-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('wellston-OH-harris-appraisal-services-inc'), mapOptions);}document.getElementById('ee2678d1').innerHTML += ' | View Map';var $l37c197cfd9c9645147b6ad0aa495a2a5 = '

Harris Appraisal Services Inc

Address: 235 McGhee Ln, Wellston, OH 45692, USA
Phone: (740) 384-4254
';var m_37c197cfd9c9645147b6ad0aa495a2a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harris Appraisal Services Inc',});m_37c197cfd9c9645147b6ad0aa495a2a5['infowindow'] = new google.maps.InfoWindow({content: $l37c197cfd9c9645147b6ad0aa495a2a5});var infowindow = new google.maps.InfoWindow({content: $l37c197cfd9c9645147b6ad0aa495a2a5});google.maps.event.addListener(m_37c197cfd9c9645147b6ad0aa495a2a5, 'click', function() {infowindow.open(map,m_37c197cfd9c9645147b6ad0aa495a2a5);});$marker.push(m_37c197cfd9c9645147b6ad0aa495a2a5);}});}google.maps.event.addDomListener(window, 'load', initialize);