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.5411,-79.7786)};var g_9a12cc4fc251097752c1637d6a515dc2 = new google.maps.Geocoder();g_9a12cc4fc251097752c1637d6a515dc2.geocode( { 'address': "832 Pittsburgh St, Springdale, PA 15144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springdale-PA-colfax-power-plant-efcu').style.display = '';map = new google.maps.Map(document.getElementById('springdale-PA-colfax-power-plant-efcu'), mapOptions);}document.getElementById('511f75c0').innerHTML += ' | View Map';var $l9a12cc4fc251097752c1637d6a515dc2 = '

Colfax Power Plant EFCU

Address: 832 Pittsburgh St, Springdale, PA 15144, USA
Phone: (724) 274-6666
';var m_9a12cc4fc251097752c1637d6a515dc2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colfax Power Plant EFCU',});m_9a12cc4fc251097752c1637d6a515dc2['infowindow'] = new google.maps.InfoWindow({content: $l9a12cc4fc251097752c1637d6a515dc2});var infowindow = new google.maps.InfoWindow({content: $l9a12cc4fc251097752c1637d6a515dc2});google.maps.event.addListener(m_9a12cc4fc251097752c1637d6a515dc2, 'click', function() {infowindow.open(map,m_9a12cc4fc251097752c1637d6a515dc2);});$marker.push(m_9a12cc4fc251097752c1637d6a515dc2);}});}google.maps.event.addDomListener(window, 'load', initialize);