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(35.0165,-80.8523)};var g_db9ad56c71619aeed9723314d1456037 = new google.maps.Geocoder();g_db9ad56c71619aeed9723314d1456037.geocode( { 'address': "17232 Lancaster Hwy #102, Charlotte, NC 28277, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-nationwide-auto-lending').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-nationwide-auto-lending'), mapOptions);}document.getElementById('07ffd0ad').innerHTML += ' | View Map';var $ldb9ad56c71619aeed9723314d1456037 = '

Nationwide Auto Lending

Address: 17232 Lancaster Hwy #102, Charlotte, NC 28277, USA
Phone: (704) 544-9100
';var m_db9ad56c71619aeed9723314d1456037 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Auto Lending',});m_db9ad56c71619aeed9723314d1456037['infowindow'] = new google.maps.InfoWindow({content: $ldb9ad56c71619aeed9723314d1456037});var infowindow = new google.maps.InfoWindow({content: $ldb9ad56c71619aeed9723314d1456037});google.maps.event.addListener(m_db9ad56c71619aeed9723314d1456037, 'click', function() {infowindow.open(map,m_db9ad56c71619aeed9723314d1456037);});$marker.push(m_db9ad56c71619aeed9723314d1456037);}});}google.maps.event.addDomListener(window, 'load', initialize);