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.3716,-79.1843)};var g_915cccaa3383fbb12e8a3135b841072f = new google.maps.Geocoder();g_915cccaa3383fbb12e8a3135b841072f.geocode( { 'address': "2201 Wards Rd, Lynchburg, VA 24502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynchburg-VA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('lynchburg-VA-bank-of-america-financial-center'), mapOptions);}document.getElementById('efaa5bab').innerHTML += ' | View Map';var $l915cccaa3383fbb12e8a3135b841072f = '

Bank of America Financial Center

Address: 2201 Wards Rd, Lynchburg, VA 24502, USA
Phone: (434) 832-6410
';var m_915cccaa3383fbb12e8a3135b841072f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_915cccaa3383fbb12e8a3135b841072f['infowindow'] = new google.maps.InfoWindow({content: $l915cccaa3383fbb12e8a3135b841072f});var infowindow = new google.maps.InfoWindow({content: $l915cccaa3383fbb12e8a3135b841072f});google.maps.event.addListener(m_915cccaa3383fbb12e8a3135b841072f, 'click', function() {infowindow.open(map,m_915cccaa3383fbb12e8a3135b841072f);});$marker.push(m_915cccaa3383fbb12e8a3135b841072f);}});}google.maps.event.addDomListener(window, 'load', initialize);