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(36.8095,-76.368)};var g_5e8729bbae3f788f24c76b6d8834f5d7 = new google.maps.Geocoder();g_5e8729bbae3f788f24c76b6d8834f5d7.geocode( { 'address': "1094 Frederick Blvd, Portsmouth, VA 23707"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-VA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-VA-woodforest-national-bank'), mapOptions);}document.getElementById('dd9889c8').innerHTML += ' | View Map';var $l5e8729bbae3f788f24c76b6d8834f5d7 = '

Woodforest National Bank

Address: 1094 Frederick Blvd, Portsmouth, VA 23707
Phone: (757) 397-3570
';var m_5e8729bbae3f788f24c76b6d8834f5d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_5e8729bbae3f788f24c76b6d8834f5d7['infowindow'] = new google.maps.InfoWindow({content: $l5e8729bbae3f788f24c76b6d8834f5d7});var infowindow = new google.maps.InfoWindow({content: $l5e8729bbae3f788f24c76b6d8834f5d7});google.maps.event.addListener(m_5e8729bbae3f788f24c76b6d8834f5d7, 'click', function() {infowindow.open(map,m_5e8729bbae3f788f24c76b6d8834f5d7);});$marker.push(m_5e8729bbae3f788f24c76b6d8834f5d7);}});}google.maps.event.addDomListener(window, 'load', initialize);