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.8612,-79.8939)};var g_c7ab07e6f90617d938c678cda54e7f57 = new google.maps.Geocoder();g_c7ab07e6f90617d938c678cda54e7f57.geocode( { 'address': "138 E Jefferson St, Butler, PA 16001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('butler-PA-david-hesidenz-appraisals').style.display = '';map = new google.maps.Map(document.getElementById('butler-PA-david-hesidenz-appraisals'), mapOptions);}document.getElementById('4cf2d308').innerHTML += ' | View Map';var $lc7ab07e6f90617d938c678cda54e7f57 = '

DAVID HESIDENZ APPRAISALS

Address: 138 E Jefferson St, Butler, PA 16001, USA
Phone: (724) 282-6622
';var m_c7ab07e6f90617d938c678cda54e7f57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DAVID HESIDENZ APPRAISALS',});m_c7ab07e6f90617d938c678cda54e7f57['infowindow'] = new google.maps.InfoWindow({content: $lc7ab07e6f90617d938c678cda54e7f57});var infowindow = new google.maps.InfoWindow({content: $lc7ab07e6f90617d938c678cda54e7f57});google.maps.event.addListener(m_c7ab07e6f90617d938c678cda54e7f57, 'click', function() {infowindow.open(map,m_c7ab07e6f90617d938c678cda54e7f57);});$marker.push(m_c7ab07e6f90617d938c678cda54e7f57);}});}google.maps.event.addDomListener(window, 'load', initialize);