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.8444,-75.8752)};var g_a18902f6926472c965c9b616fddb407d = new google.maps.Geocoder();g_a18902f6926472c965c9b616fddb407d.geocode( { 'address': "459 N Jennersville Rd, Cochranville, PA 19330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cochranville-PA-faber-tax-llc').style.display = '';map = new google.maps.Map(document.getElementById('cochranville-PA-faber-tax-llc'), mapOptions);}document.getElementById('67d76e81').innerHTML += ' | View Map';var $la18902f6926472c965c9b616fddb407d = '

Faber Tax, LLC

Address: 459 N Jennersville Rd, Cochranville, PA 19330, USA
Phone: (484) 366-3834
';var m_a18902f6926472c965c9b616fddb407d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Faber Tax, LLC',});m_a18902f6926472c965c9b616fddb407d['infowindow'] = new google.maps.InfoWindow({content: $la18902f6926472c965c9b616fddb407d});var infowindow = new google.maps.InfoWindow({content: $la18902f6926472c965c9b616fddb407d});google.maps.event.addListener(m_a18902f6926472c965c9b616fddb407d, 'click', function() {infowindow.open(map,m_a18902f6926472c965c9b616fddb407d);});$marker.push(m_a18902f6926472c965c9b616fddb407d);}});}google.maps.event.addDomListener(window, 'load', initialize);