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.1605,-80.4256)};var g_a61637ee2972373d653d7c1fdf5dd632 = new google.maps.Geocoder();g_a61637ee2972373d653d7c1fdf5dd632.geocode( { 'address': "2400 N Franklin St, Christiansburg, VA 24073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('christiansburg-VA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('christiansburg-VA-woodforest-national-bank'), mapOptions);}document.getElementById('a20aee39').innerHTML += ' | View Map';var $la61637ee2972373d653d7c1fdf5dd632 = '

Woodforest National Bank

Address: 2400 N Franklin St, Christiansburg, VA 24073, USA
Phone: (540) 381-6299
';var m_a61637ee2972373d653d7c1fdf5dd632 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_a61637ee2972373d653d7c1fdf5dd632['infowindow'] = new google.maps.InfoWindow({content: $la61637ee2972373d653d7c1fdf5dd632});var infowindow = new google.maps.InfoWindow({content: $la61637ee2972373d653d7c1fdf5dd632});google.maps.event.addListener(m_a61637ee2972373d653d7c1fdf5dd632, 'click', function() {infowindow.open(map,m_a61637ee2972373d653d7c1fdf5dd632);});$marker.push(m_a61637ee2972373d653d7c1fdf5dd632);}});}google.maps.event.addDomListener(window, 'load', initialize);