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.5752,-78.1684)};var g_8e6ac49cfc652f613945d0122864a0bc = new google.maps.Geocoder();g_8e6ac49cfc652f613945d0122864a0bc.geocode( { 'address': "85 Bagley Rd, Kenly, NC 27542, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenly-NC-automotive-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('kenly-NC-automotive-finance-corporation'), mapOptions);}document.getElementById('8ce68a5a').innerHTML += ' | View Map';var $l8e6ac49cfc652f613945d0122864a0bc = '

Automotive Finance Corporation

Address: 85 Bagley Rd, Kenly, NC 27542, USA
Phone: (919) 284-9706
';var m_8e6ac49cfc652f613945d0122864a0bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Automotive Finance Corporation',});m_8e6ac49cfc652f613945d0122864a0bc['infowindow'] = new google.maps.InfoWindow({content: $l8e6ac49cfc652f613945d0122864a0bc});var infowindow = new google.maps.InfoWindow({content: $l8e6ac49cfc652f613945d0122864a0bc});google.maps.event.addListener(m_8e6ac49cfc652f613945d0122864a0bc, 'click', function() {infowindow.open(map,m_8e6ac49cfc652f613945d0122864a0bc);});$marker.push(m_8e6ac49cfc652f613945d0122864a0bc);}});}google.maps.event.addDomListener(window, 'load', initialize);