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(34.206,-84.1362)};var g_8e0421004941cba9a3a903e2443cae69 = new google.maps.Geocoder();g_8e0421004941cba9a3a903e2443cae69.geocode( { 'address': "2024 Atlanta Hwy, Cumming, GA 30040"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumming-GA-auto-wheels-finance-inc').style.display = '';map = new google.maps.Map(document.getElementById('cumming-GA-auto-wheels-finance-inc'), mapOptions);}document.getElementById('46601e18').innerHTML += ' | View Map';var $l8e0421004941cba9a3a903e2443cae69 = '

Auto Wheels Finance Inc

Address: 2024 Atlanta Hwy, Cumming, GA 30040
Phone: (678) 947-0646
';var m_8e0421004941cba9a3a903e2443cae69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Wheels Finance Inc',});m_8e0421004941cba9a3a903e2443cae69['infowindow'] = new google.maps.InfoWindow({content: $l8e0421004941cba9a3a903e2443cae69});var infowindow = new google.maps.InfoWindow({content: $l8e0421004941cba9a3a903e2443cae69});google.maps.event.addListener(m_8e0421004941cba9a3a903e2443cae69, 'click', function() {infowindow.open(map,m_8e0421004941cba9a3a903e2443cae69);});$marker.push(m_8e0421004941cba9a3a903e2443cae69);}});}google.maps.event.addDomListener(window, 'load', initialize);