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_7bb09a9a59920da2c778f2ad47a9b1f0 = new google.maps.Geocoder();g_7bb09a9a59920da2c778f2ad47a9b1f0.geocode( { 'address': "150 Peppers Ferry Rd Ne, Christiansburg, VA 24073"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('christiansburg-VA-first-bank-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('christiansburg-VA-first-bank-trust-company'), mapOptions);}document.getElementById('7413ed2d').innerHTML += ' | View Map';var $l7bb09a9a59920da2c778f2ad47a9b1f0 = '

First Bank & Trust Company

Address: 150 Peppers Ferry Rd Ne, Christiansburg, VA 24073
Phone: (540) 260-9060
';var m_7bb09a9a59920da2c778f2ad47a9b1f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank & Trust Company',});m_7bb09a9a59920da2c778f2ad47a9b1f0['infowindow'] = new google.maps.InfoWindow({content: $l7bb09a9a59920da2c778f2ad47a9b1f0});var infowindow = new google.maps.InfoWindow({content: $l7bb09a9a59920da2c778f2ad47a9b1f0});google.maps.event.addListener(m_7bb09a9a59920da2c778f2ad47a9b1f0, 'click', function() {infowindow.open(map,m_7bb09a9a59920da2c778f2ad47a9b1f0);});$marker.push(m_7bb09a9a59920da2c778f2ad47a9b1f0);}});}google.maps.event.addDomListener(window, 'load', initialize);