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.0409,-76.3795)};var g_39474f46de68460b828895e16f1f9a8d = new google.maps.Geocoder();g_39474f46de68460b828895e16f1f9a8d.geocode( { 'address': "1900 Cunningham Dr, Hampton, VA 23666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-VA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hampton-VA-woodforest-national-bank'), mapOptions);}document.getElementById('150596f1').innerHTML += ' | View Map';var $l39474f46de68460b828895e16f1f9a8d = '

Woodforest National Bank

Address: 1900 Cunningham Dr, Hampton, VA 23666, USA
Phone: (757) 827-1970
';var m_39474f46de68460b828895e16f1f9a8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_39474f46de68460b828895e16f1f9a8d['infowindow'] = new google.maps.InfoWindow({content: $l39474f46de68460b828895e16f1f9a8d});var infowindow = new google.maps.InfoWindow({content: $l39474f46de68460b828895e16f1f9a8d});google.maps.event.addListener(m_39474f46de68460b828895e16f1f9a8d, 'click', function() {infowindow.open(map,m_39474f46de68460b828895e16f1f9a8d);});$marker.push(m_39474f46de68460b828895e16f1f9a8d);}});}google.maps.event.addDomListener(window, 'load', initialize);