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(36.6967,-77.5374)};var g_ee9546012646a84ed8cd074d17ce2a8a = new google.maps.Geocoder();g_ee9546012646a84ed8cd074d17ce2a8a.geocode( { 'address': "524 N Main St, Emporia, VA 23847, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('emporia-VA-lendnation').style.display = '';map = new google.maps.Map(document.getElementById('emporia-VA-lendnation'), mapOptions);}document.getElementById('ecc0adad').innerHTML += ' | View Map';var $lee9546012646a84ed8cd074d17ce2a8a = '

LendNation

Address: 524 N Main St, Emporia, VA 23847, USA
Phone: (434) 336-1434
';var m_ee9546012646a84ed8cd074d17ce2a8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LendNation',});m_ee9546012646a84ed8cd074d17ce2a8a['infowindow'] = new google.maps.InfoWindow({content: $lee9546012646a84ed8cd074d17ce2a8a});var infowindow = new google.maps.InfoWindow({content: $lee9546012646a84ed8cd074d17ce2a8a});google.maps.event.addListener(m_ee9546012646a84ed8cd074d17ce2a8a, 'click', function() {infowindow.open(map,m_ee9546012646a84ed8cd074d17ce2a8a);});$marker.push(m_ee9546012646a84ed8cd074d17ce2a8a);}});}google.maps.event.addDomListener(window, 'load', initialize);