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.7787,-80.3902)};var g_feb551c7f60b1ca951084de4951d491b = new google.maps.Geocoder();g_feb551c7f60b1ca951084de4951d491b.geocode( { 'address': "2777 Darlington Rd, Beaver Falls, PA 15010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaver-falls-PA-ed-cline-appraisals').style.display = '';map = new google.maps.Map(document.getElementById('beaver-falls-PA-ed-cline-appraisals'), mapOptions);}document.getElementById('b809b0fa').innerHTML += ' | View Map';var $lfeb551c7f60b1ca951084de4951d491b = '

Ed Cline Appraisals

Address: 2777 Darlington Rd, Beaver Falls, PA 15010, USA
Phone: (724) 847-3211
';var m_feb551c7f60b1ca951084de4951d491b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ed Cline Appraisals',});m_feb551c7f60b1ca951084de4951d491b['infowindow'] = new google.maps.InfoWindow({content: $lfeb551c7f60b1ca951084de4951d491b});var infowindow = new google.maps.InfoWindow({content: $lfeb551c7f60b1ca951084de4951d491b});google.maps.event.addListener(m_feb551c7f60b1ca951084de4951d491b, 'click', function() {infowindow.open(map,m_feb551c7f60b1ca951084de4951d491b);});$marker.push(m_feb551c7f60b1ca951084de4951d491b);}});}google.maps.event.addDomListener(window, 'load', initialize);