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.4712,-81.2403)};var g_7b0bf382e960f8be4f9fccafce5ff227 = new google.maps.Geocoder();g_7b0bf382e960f8be4f9fccafce5ff227.geocode( { 'address': "1020-1098 Gaston St, Lincolnton, NC 28092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincolnton-NC-cars-trucks--credit').style.display = '';map = new google.maps.Map(document.getElementById('lincolnton-NC-cars-trucks--credit'), mapOptions);}document.getElementById('0e9d98f2').innerHTML += ' | View Map';var $l7b0bf382e960f8be4f9fccafce5ff227 = '

Cars Trucks & Credit

Address: 1020-1098 Gaston St, Lincolnton, NC 28092, USA
Phone: (704) 748-1890
';var m_7b0bf382e960f8be4f9fccafce5ff227 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cars Trucks & Credit',});m_7b0bf382e960f8be4f9fccafce5ff227['infowindow'] = new google.maps.InfoWindow({content: $l7b0bf382e960f8be4f9fccafce5ff227});var infowindow = new google.maps.InfoWindow({content: $l7b0bf382e960f8be4f9fccafce5ff227});google.maps.event.addListener(m_7b0bf382e960f8be4f9fccafce5ff227, 'click', function() {infowindow.open(map,m_7b0bf382e960f8be4f9fccafce5ff227);});$marker.push(m_7b0bf382e960f8be4f9fccafce5ff227);}});}google.maps.event.addDomListener(window, 'load', initialize);