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_381dae8478b35448f4506cfc75009042 = new google.maps.Geocoder();g_381dae8478b35448f4506cfc75009042.geocode( { 'address': "2950 Market St, Christiansburg, VA 24073"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('christiansburg-VA-new-river-bank-loan-production-office').style.display = '';map = new google.maps.Map(document.getElementById('christiansburg-VA-new-river-bank-loan-production-office'), mapOptions);}document.getElementById('dbeb5c9a').innerHTML += ' | View Map';var $l381dae8478b35448f4506cfc75009042 = '

New River Bank-Loan Production Office

Address: 2950 Market St, Christiansburg, VA 24073
Phone: (540) 391-4040
';var m_381dae8478b35448f4506cfc75009042 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New River Bank-Loan Production Office',});m_381dae8478b35448f4506cfc75009042['infowindow'] = new google.maps.InfoWindow({content: $l381dae8478b35448f4506cfc75009042});var infowindow = new google.maps.InfoWindow({content: $l381dae8478b35448f4506cfc75009042});google.maps.event.addListener(m_381dae8478b35448f4506cfc75009042, 'click', function() {infowindow.open(map,m_381dae8478b35448f4506cfc75009042);});$marker.push(m_381dae8478b35448f4506cfc75009042);}});}google.maps.event.addDomListener(window, 'load', initialize);