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(39.4613,-77.9651)};var g_4fcf6a369c59bccce7923d062a2ccb0b = new google.maps.Geocoder();g_4fcf6a369c59bccce7923d062a2ccb0b.geocode( { 'address': "800 Foxcroft Ave, Martinsburg, WV 25401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('martinsburg-WV-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('martinsburg-WV-woodforest-national-bank'), mapOptions);}document.getElementById('ed94892e').innerHTML += ' | View Map';var $l4fcf6a369c59bccce7923d062a2ccb0b = '

Woodforest National Bank

Address: 800 Foxcroft Ave, Martinsburg, WV 25401
Phone: (304) 260-1082
';var m_4fcf6a369c59bccce7923d062a2ccb0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_4fcf6a369c59bccce7923d062a2ccb0b['infowindow'] = new google.maps.InfoWindow({content: $l4fcf6a369c59bccce7923d062a2ccb0b});var infowindow = new google.maps.InfoWindow({content: $l4fcf6a369c59bccce7923d062a2ccb0b});google.maps.event.addListener(m_4fcf6a369c59bccce7923d062a2ccb0b, 'click', function() {infowindow.open(map,m_4fcf6a369c59bccce7923d062a2ccb0b);});$marker.push(m_4fcf6a369c59bccce7923d062a2ccb0b);}});}google.maps.event.addDomListener(window, 'load', initialize);