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.0296,-76.2411)};var g_dc0c11952bfc275612cbc3986021684f = new google.maps.Geocoder();g_dc0c11952bfc275612cbc3986021684f.geocode( { 'address': "2034 Lincoln Hwy East, Lancaster, PA 17602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-PA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-PA-woodforest-national-bank'), mapOptions);}document.getElementById('364cbd0e').innerHTML += ' | View Map';var $ldc0c11952bfc275612cbc3986021684f = '

Woodforest National Bank

Address: 2034 Lincoln Hwy East, Lancaster, PA 17602, USA
Phone: (717) 481-8590
';var m_dc0c11952bfc275612cbc3986021684f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_dc0c11952bfc275612cbc3986021684f['infowindow'] = new google.maps.InfoWindow({content: $ldc0c11952bfc275612cbc3986021684f});var infowindow = new google.maps.InfoWindow({content: $ldc0c11952bfc275612cbc3986021684f});google.maps.event.addListener(m_dc0c11952bfc275612cbc3986021684f, 'click', function() {infowindow.open(map,m_dc0c11952bfc275612cbc3986021684f);});$marker.push(m_dc0c11952bfc275612cbc3986021684f);}});}google.maps.event.addDomListener(window, 'load', initialize);