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.4754,-78.7503)};var g_fcc3267ecf927c0cfb21e1f06b2c7822 = new google.maps.Geocoder();g_fcc3267ecf927c0cfb21e1f06b2c7822.geocode( { 'address': "300 Walmart Dr, Ebensburg, PA 15931, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ebensburg-PA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('ebensburg-PA-woodforest-national-bank'), mapOptions);}document.getElementById('36e3b2f2').innerHTML += ' | View Map';var $lfcc3267ecf927c0cfb21e1f06b2c7822 = '

Woodforest National Bank

Address: 300 Walmart Dr, Ebensburg, PA 15931, USA
Phone: (814) 471-2962
';var m_fcc3267ecf927c0cfb21e1f06b2c7822 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_fcc3267ecf927c0cfb21e1f06b2c7822['infowindow'] = new google.maps.InfoWindow({content: $lfcc3267ecf927c0cfb21e1f06b2c7822});var infowindow = new google.maps.InfoWindow({content: $lfcc3267ecf927c0cfb21e1f06b2c7822});google.maps.event.addListener(m_fcc3267ecf927c0cfb21e1f06b2c7822, 'click', function() {infowindow.open(map,m_fcc3267ecf927c0cfb21e1f06b2c7822);});$marker.push(m_fcc3267ecf927c0cfb21e1f06b2c7822);}});}google.maps.event.addDomListener(window, 'load', initialize);