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.1425,-80.4008)};var g_6d071901727aec1ba6d8e2497ef5b709 = new google.maps.Geocoder();g_6d071901727aec1ba6d8e2497ef5b709.geocode( { 'address': "109 Roanoke St, Christiansburg, VA 24073"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('christiansburg-VA-first-bank-of-virginia').style.display = '';map = new google.maps.Map(document.getElementById('christiansburg-VA-first-bank-of-virginia'), mapOptions);}document.getElementById('f6721d88').innerHTML += ' | View Map';var $l6d071901727aec1ba6d8e2497ef5b709 = '

First Bank of Virginia

Address: 109 Roanoke St, Christiansburg, VA 24073
Phone: (540) 381-0065
';var m_6d071901727aec1ba6d8e2497ef5b709 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank of Virginia',});m_6d071901727aec1ba6d8e2497ef5b709['infowindow'] = new google.maps.InfoWindow({content: $l6d071901727aec1ba6d8e2497ef5b709});var infowindow = new google.maps.InfoWindow({content: $l6d071901727aec1ba6d8e2497ef5b709});google.maps.event.addListener(m_6d071901727aec1ba6d8e2497ef5b709, 'click', function() {infowindow.open(map,m_6d071901727aec1ba6d8e2497ef5b709);});$marker.push(m_6d071901727aec1ba6d8e2497ef5b709);}});}google.maps.event.addDomListener(window, 'load', initialize);