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.9727,-76.9184)};var g_b3967a0e938dc2a6340e258630febd5a = new google.maps.Geocoder();g_b3967a0e938dc2a6340e258630febd5a.geocode( { 'address': "120 Ajk Blvd, Lewisburg, PA 17837"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewisburg-PA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('lewisburg-PA-woodforest-national-bank'), mapOptions);}document.getElementById('f253b995').innerHTML += ' | View Map';var $lb3967a0e938dc2a6340e258630febd5a = '

Woodforest National Bank

Address: 120 Ajk Blvd, Lewisburg, PA 17837
Phone: (570) 522-0337
';var m_b3967a0e938dc2a6340e258630febd5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_b3967a0e938dc2a6340e258630febd5a['infowindow'] = new google.maps.InfoWindow({content: $lb3967a0e938dc2a6340e258630febd5a});var infowindow = new google.maps.InfoWindow({content: $lb3967a0e938dc2a6340e258630febd5a});google.maps.event.addListener(m_b3967a0e938dc2a6340e258630febd5a, 'click', function() {infowindow.open(map,m_b3967a0e938dc2a6340e258630febd5a);});$marker.push(m_b3967a0e938dc2a6340e258630febd5a);}});}google.maps.event.addDomListener(window, 'load', initialize);