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.34,-79.237)};var g_62b5d8b623f50406b39826c825d13d89 = new google.maps.Geocoder();g_62b5d8b623f50406b39826c825d13d89.geocode( { 'address': "20566 Timberlake Rd, Lynchburg, VA 24502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynchburg-VA-movement-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('lynchburg-VA-movement-mortgage'), mapOptions);}document.getElementById('90b1ebff').innerHTML += ' | View Map';var $l62b5d8b623f50406b39826c825d13d89 = '

Movement Mortgage

Address: 20566 Timberlake Rd, Lynchburg, VA 24502, USA
Phone: (434) 841-7142
';var m_62b5d8b623f50406b39826c825d13d89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Movement Mortgage',});m_62b5d8b623f50406b39826c825d13d89['infowindow'] = new google.maps.InfoWindow({content: $l62b5d8b623f50406b39826c825d13d89});var infowindow = new google.maps.InfoWindow({content: $l62b5d8b623f50406b39826c825d13d89});google.maps.event.addListener(m_62b5d8b623f50406b39826c825d13d89, 'click', function() {infowindow.open(map,m_62b5d8b623f50406b39826c825d13d89);});$marker.push(m_62b5d8b623f50406b39826c825d13d89);}});}google.maps.event.addDomListener(window, 'load', initialize);