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.6311,-77.4569)};var g_0c14d9e1250da76981b5fac734227f0a = new google.maps.Geocoder();g_0c14d9e1250da76981b5fac734227f0a.geocode( { 'address': "7901 Brook Rd, Richmond, VA 23227, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-woodforest-national-bank'), mapOptions);}document.getElementById('3237edeb').innerHTML += ' | View Map';var $l0c14d9e1250da76981b5fac734227f0a = '

Woodforest National Bank

Address: 7901 Brook Rd, Richmond, VA 23227, USA
Phone: (804) 266-5236
';var m_0c14d9e1250da76981b5fac734227f0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_0c14d9e1250da76981b5fac734227f0a['infowindow'] = new google.maps.InfoWindow({content: $l0c14d9e1250da76981b5fac734227f0a});var infowindow = new google.maps.InfoWindow({content: $l0c14d9e1250da76981b5fac734227f0a});google.maps.event.addListener(m_0c14d9e1250da76981b5fac734227f0a, 'click', function() {infowindow.open(map,m_0c14d9e1250da76981b5fac734227f0a);});$marker.push(m_0c14d9e1250da76981b5fac734227f0a);}});}google.maps.event.addDomListener(window, 'load', initialize);