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.7251,-83.1034)};var g_56a8da1d3bcb2e9b334a778be5b1d781 = new google.maps.Geocoder();g_56a8da1d3bcb2e9b334a778be5b1d781.geocode( { 'address': "468 Trade Center Ln, Jonesville, VA 24263, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jonesville-VA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('jonesville-VA-woodforest-national-bank'), mapOptions);}document.getElementById('c37523ac').innerHTML += ' | View Map';var $l56a8da1d3bcb2e9b334a778be5b1d781 = '

Woodforest National Bank

Address: 468 Trade Center Ln, Jonesville, VA 24263, USA
Phone: (276) 346-2855
';var m_56a8da1d3bcb2e9b334a778be5b1d781 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_56a8da1d3bcb2e9b334a778be5b1d781['infowindow'] = new google.maps.InfoWindow({content: $l56a8da1d3bcb2e9b334a778be5b1d781});var infowindow = new google.maps.InfoWindow({content: $l56a8da1d3bcb2e9b334a778be5b1d781});google.maps.event.addListener(m_56a8da1d3bcb2e9b334a778be5b1d781, 'click', function() {infowindow.open(map,m_56a8da1d3bcb2e9b334a778be5b1d781);});$marker.push(m_56a8da1d3bcb2e9b334a778be5b1d781);}});}google.maps.event.addDomListener(window, 'load', initialize);