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(33.754,-84.2335)};var g_96483b00ce708a926f9657f27569c812 = new google.maps.Geocoder();g_96483b00ce708a926f9657f27569c812.geocode( { 'address': "4124 Covington Hwy, Decatur, GA 30032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-GA-mr-credit-auto-fincial-inc').style.display = '';map = new google.maps.Map(document.getElementById('decatur-GA-mr-credit-auto-fincial-inc'), mapOptions);}document.getElementById('3b4f6914').innerHTML += ' | View Map';var $l96483b00ce708a926f9657f27569c812 = '

Mr Credit Auto Fincial Inc

Address: 4124 Covington Hwy, Decatur, GA 30032, USA
Phone: (404) 288-2886
';var m_96483b00ce708a926f9657f27569c812 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mr Credit Auto Fincial Inc',});m_96483b00ce708a926f9657f27569c812['infowindow'] = new google.maps.InfoWindow({content: $l96483b00ce708a926f9657f27569c812});var infowindow = new google.maps.InfoWindow({content: $l96483b00ce708a926f9657f27569c812});google.maps.event.addListener(m_96483b00ce708a926f9657f27569c812, 'click', function() {infowindow.open(map,m_96483b00ce708a926f9657f27569c812);});$marker.push(m_96483b00ce708a926f9657f27569c812);}});}google.maps.event.addDomListener(window, 'load', initialize);