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.6335,-77.5656)};var g_b3434a433e544633f2889d5c4655d11c = new google.maps.Geocoder();g_b3434a433e544633f2889d5c4655d11c.geocode( { 'address': "101 1st Ave, Burnham, PA 17009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burnham-PA-standard-steel-employee-cu').style.display = '';map = new google.maps.Map(document.getElementById('burnham-PA-standard-steel-employee-cu'), mapOptions);}document.getElementById('45b08277').innerHTML += ' | View Map';var $lb3434a433e544633f2889d5c4655d11c = '

Standard Steel Employee Cu

Address: 101 1st Ave, Burnham, PA 17009, USA
Phone: (717) 248-7701
';var m_b3434a433e544633f2889d5c4655d11c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standard Steel Employee Cu',});m_b3434a433e544633f2889d5c4655d11c['infowindow'] = new google.maps.InfoWindow({content: $lb3434a433e544633f2889d5c4655d11c});var infowindow = new google.maps.InfoWindow({content: $lb3434a433e544633f2889d5c4655d11c});google.maps.event.addListener(m_b3434a433e544633f2889d5c4655d11c, 'click', function() {infowindow.open(map,m_b3434a433e544633f2889d5c4655d11c);});$marker.push(m_b3434a433e544633f2889d5c4655d11c);}});}google.maps.event.addDomListener(window, 'load', initialize);