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.6924,-80.8816)};var g_4f70c8b3da42b111e7919b8173dd6406 = new google.maps.Geocoder();g_4f70c8b3da42b111e7919b8173dd6406.geocode( { 'address': "1140 E Stuart Dr, Galax, VA 24333, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galax-VA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('galax-VA-woodforest-national-bank'), mapOptions);}document.getElementById('83b4b8df').innerHTML += ' | View Map';var $l4f70c8b3da42b111e7919b8173dd6406 = '

Woodforest National Bank

Address: 1140 E Stuart Dr, Galax, VA 24333, USA
Phone: (276) 236-2547
';var m_4f70c8b3da42b111e7919b8173dd6406 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_4f70c8b3da42b111e7919b8173dd6406['infowindow'] = new google.maps.InfoWindow({content: $l4f70c8b3da42b111e7919b8173dd6406});var infowindow = new google.maps.InfoWindow({content: $l4f70c8b3da42b111e7919b8173dd6406});google.maps.event.addListener(m_4f70c8b3da42b111e7919b8173dd6406, 'click', function() {infowindow.open(map,m_4f70c8b3da42b111e7919b8173dd6406);});$marker.push(m_4f70c8b3da42b111e7919b8173dd6406);}});}google.maps.event.addDomListener(window, 'load', initialize);