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(37.6623,-75.6879)};var g_8fdb803f133b5f7bf44dbed09810ee54 = new google.maps.Geocoder();g_8fdb803f133b5f7bf44dbed09810ee54.geocode( { 'address': "26036 Lankford Hwy, Onley, VA 23418"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('onley-VA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('onley-VA-woodforest-national-bank'), mapOptions);}document.getElementById('960d1cfe').innerHTML += ' | View Map';var $l8fdb803f133b5f7bf44dbed09810ee54 = '

Woodforest National Bank

Address: 26036 Lankford Hwy, Onley, VA 23418
Phone: (757) 787-2473
';var m_8fdb803f133b5f7bf44dbed09810ee54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_8fdb803f133b5f7bf44dbed09810ee54['infowindow'] = new google.maps.InfoWindow({content: $l8fdb803f133b5f7bf44dbed09810ee54});var infowindow = new google.maps.InfoWindow({content: $l8fdb803f133b5f7bf44dbed09810ee54});google.maps.event.addListener(m_8fdb803f133b5f7bf44dbed09810ee54, 'click', function() {infowindow.open(map,m_8fdb803f133b5f7bf44dbed09810ee54);});$marker.push(m_8fdb803f133b5f7bf44dbed09810ee54);}});}google.maps.event.addDomListener(window, 'load', initialize);