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.4161,-79.1451)};var g_0c41698cdd6c10a3373fbb4fc5e78670 = new google.maps.Geocoder();g_0c41698cdd6c10a3373fbb4fc5e78670.geocode( { 'address': "615 Church St, Lynchburg, VA 24504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynchburg-VA-bank-of-the-james---church-street').style.display = '';map = new google.maps.Map(document.getElementById('lynchburg-VA-bank-of-the-james---church-street'), mapOptions);}document.getElementById('47757a2c').innerHTML += ' | View Map';var $l0c41698cdd6c10a3373fbb4fc5e78670 = '

Bank of the James - Church Street

Address: 615 Church St, Lynchburg, VA 24504, USA
Phone: (434) 846-2279
';var m_0c41698cdd6c10a3373fbb4fc5e78670 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the James - Church Street',});m_0c41698cdd6c10a3373fbb4fc5e78670['infowindow'] = new google.maps.InfoWindow({content: $l0c41698cdd6c10a3373fbb4fc5e78670});var infowindow = new google.maps.InfoWindow({content: $l0c41698cdd6c10a3373fbb4fc5e78670});google.maps.event.addListener(m_0c41698cdd6c10a3373fbb4fc5e78670, 'click', function() {infowindow.open(map,m_0c41698cdd6c10a3373fbb4fc5e78670);});$marker.push(m_0c41698cdd6c10a3373fbb4fc5e78670);}});}google.maps.event.addDomListener(window, 'load', initialize);