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.369,-79.1828)};var g_956e7ab0927f51f80efc52ea585e5fcc = new google.maps.Geocoder();g_956e7ab0927f51f80efc52ea585e5fcc.geocode( { 'address': "2320 Wards Rd, Lynchburg, VA 24502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynchburg-VA-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('lynchburg-VA-loanmax-title-loans'), mapOptions);}document.getElementById('48be3558').innerHTML += ' | View Map';var $l956e7ab0927f51f80efc52ea585e5fcc = '

Loanmax Title Loans

Address: 2320 Wards Rd, Lynchburg, VA 24502, USA
Phone: (434) 832-1302
';var m_956e7ab0927f51f80efc52ea585e5fcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_956e7ab0927f51f80efc52ea585e5fcc['infowindow'] = new google.maps.InfoWindow({content: $l956e7ab0927f51f80efc52ea585e5fcc});var infowindow = new google.maps.InfoWindow({content: $l956e7ab0927f51f80efc52ea585e5fcc});google.maps.event.addListener(m_956e7ab0927f51f80efc52ea585e5fcc, 'click', function() {infowindow.open(map,m_956e7ab0927f51f80efc52ea585e5fcc);});$marker.push(m_956e7ab0927f51f80efc52ea585e5fcc);}});}google.maps.event.addDomListener(window, 'load', initialize);