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.5568,-84.2641)};var g_518fda090ff1d0921229defcd409de4e = new google.maps.Geocoder();g_518fda090ff1d0921229defcd409de4e.geocode( { 'address': "3859 Highway 138 SE,, Stockbridge, GA 30281, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockbridge-GA-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('stockbridge-GA-covington-credit'), mapOptions);}document.getElementById('e02b06d2').innerHTML += ' | View Map';var $l518fda090ff1d0921229defcd409de4e = '

Covington Credit

Address: 3859 Highway 138 SE,, Stockbridge, GA 30281, USA
Phone: (770) 389-8205
';var m_518fda090ff1d0921229defcd409de4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_518fda090ff1d0921229defcd409de4e['infowindow'] = new google.maps.InfoWindow({content: $l518fda090ff1d0921229defcd409de4e});var infowindow = new google.maps.InfoWindow({content: $l518fda090ff1d0921229defcd409de4e});google.maps.event.addListener(m_518fda090ff1d0921229defcd409de4e, 'click', function() {infowindow.open(map,m_518fda090ff1d0921229defcd409de4e);});$marker.push(m_518fda090ff1d0921229defcd409de4e);}});}google.maps.event.addDomListener(window, 'load', initialize);