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.4144,-79.1416)};var g_6b74262f225efc33668526fcda06641e = new google.maps.Geocoder();g_6b74262f225efc33668526fcda06641e.geocode( { 'address': "916 Main St #400, Lynchburg, VA 24504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynchburg-VA-blue-ridge-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('lynchburg-VA-blue-ridge-mortgage'), mapOptions);}document.getElementById('0272f464').innerHTML += ' | View Map';var $l6b74262f225efc33668526fcda06641e = '

Blue Ridge Mortgage

Address: 916 Main St #400, Lynchburg, VA 24504, USA
Phone: (434) 846-1300
';var m_6b74262f225efc33668526fcda06641e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blue Ridge Mortgage',});m_6b74262f225efc33668526fcda06641e['infowindow'] = new google.maps.InfoWindow({content: $l6b74262f225efc33668526fcda06641e});var infowindow = new google.maps.InfoWindow({content: $l6b74262f225efc33668526fcda06641e});google.maps.event.addListener(m_6b74262f225efc33668526fcda06641e, 'click', function() {infowindow.open(map,m_6b74262f225efc33668526fcda06641e);});$marker.push(m_6b74262f225efc33668526fcda06641e);}});}google.maps.event.addDomListener(window, 'load', initialize);