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_db9b45c83f958e17d793e40065041aef = new google.maps.Geocoder();g_db9b45c83f958e17d793e40065041aef.geocode( { 'address': "1099 N Franklin St, Christiansburg, VA 24073"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('christiansburg-VA-first-century-bank').style.display = '';map = new google.maps.Map(document.getElementById('christiansburg-VA-first-century-bank'), mapOptions);}document.getElementById('4db0142c').innerHTML += ' | View Map';var $ldb9b45c83f958e17d793e40065041aef = '

First Century Bank

Address: 1099 N Franklin St, Christiansburg, VA 24073
Phone: (540) 260-3040
';var m_db9b45c83f958e17d793e40065041aef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Century Bank',});m_db9b45c83f958e17d793e40065041aef['infowindow'] = new google.maps.InfoWindow({content: $ldb9b45c83f958e17d793e40065041aef});var infowindow = new google.maps.InfoWindow({content: $ldb9b45c83f958e17d793e40065041aef});google.maps.event.addListener(m_db9b45c83f958e17d793e40065041aef, 'click', function() {infowindow.open(map,m_db9b45c83f958e17d793e40065041aef);});$marker.push(m_db9b45c83f958e17d793e40065041aef);}});}google.maps.event.addDomListener(window, 'load', initialize);