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.8254,-75.7843)};var g_60ef9c18f9a3334e7cc0804d56a0f9f6 = new google.maps.Geocoder();g_60ef9c18f9a3334e7cc0804d56a0f9f6.geocode( { 'address': "126 Pennsylvania Ave, Avondale, PA 19311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avondale-PA-w-l-bechtold--co').style.display = '';map = new google.maps.Map(document.getElementById('avondale-PA-w-l-bechtold--co'), mapOptions);}document.getElementById('f062177a').innerHTML += ' | View Map';var $l60ef9c18f9a3334e7cc0804d56a0f9f6 = '

W L Bechtold & Co

Address: 126 Pennsylvania Ave, Avondale, PA 19311, USA
Phone: (610) 268-3900
';var m_60ef9c18f9a3334e7cc0804d56a0f9f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'W L Bechtold & Co',});m_60ef9c18f9a3334e7cc0804d56a0f9f6['infowindow'] = new google.maps.InfoWindow({content: $l60ef9c18f9a3334e7cc0804d56a0f9f6});var infowindow = new google.maps.InfoWindow({content: $l60ef9c18f9a3334e7cc0804d56a0f9f6});google.maps.event.addListener(m_60ef9c18f9a3334e7cc0804d56a0f9f6, 'click', function() {infowindow.open(map,m_60ef9c18f9a3334e7cc0804d56a0f9f6);});$marker.push(m_60ef9c18f9a3334e7cc0804d56a0f9f6);}});}google.maps.event.addDomListener(window, 'load', initialize);