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.4614,-79.1162)};var g_309b999fc7416bbf71ab049c85b19746 = new google.maps.Geocoder();g_309b999fc7416bbf71ab049c85b19746.geocode( { 'address': "197 Madison Heights Square, Madison Heights, VA 24572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-heights-VA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-heights-VA-woodforest-national-bank'), mapOptions);}document.getElementById('8ccccea1').innerHTML += ' | View Map';var $l309b999fc7416bbf71ab049c85b19746 = '

Woodforest National Bank

Address: 197 Madison Heights Square, Madison Heights, VA 24572, USA
Phone: (434) 528-4035
';var m_309b999fc7416bbf71ab049c85b19746 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_309b999fc7416bbf71ab049c85b19746['infowindow'] = new google.maps.InfoWindow({content: $l309b999fc7416bbf71ab049c85b19746});var infowindow = new google.maps.InfoWindow({content: $l309b999fc7416bbf71ab049c85b19746});google.maps.event.addListener(m_309b999fc7416bbf71ab049c85b19746, 'click', function() {infowindow.open(map,m_309b999fc7416bbf71ab049c85b19746);});$marker.push(m_309b999fc7416bbf71ab049c85b19746);}});}google.maps.event.addDomListener(window, 'load', initialize);