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.8336,-83.89)};var g_7ecae1ab8b2779cfd08f0631140ac098 = new google.maps.Geocoder();g_7ecae1ab8b2779cfd08f0631140ac098.geocode( { 'address': "4665 Atlanta Hwy #400, Loganville, GA 30052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loganville-GA-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('loganville-GA-covington-credit'), mapOptions);}document.getElementById('8aef36f5').innerHTML += ' | View Map';var $l7ecae1ab8b2779cfd08f0631140ac098 = '

Covington Credit

Address: 4665 Atlanta Hwy #400, Loganville, GA 30052, USA
Phone: (770) 466-4656
';var m_7ecae1ab8b2779cfd08f0631140ac098 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_7ecae1ab8b2779cfd08f0631140ac098['infowindow'] = new google.maps.InfoWindow({content: $l7ecae1ab8b2779cfd08f0631140ac098});var infowindow = new google.maps.InfoWindow({content: $l7ecae1ab8b2779cfd08f0631140ac098});google.maps.event.addListener(m_7ecae1ab8b2779cfd08f0631140ac098, 'click', function() {infowindow.open(map,m_7ecae1ab8b2779cfd08f0631140ac098);});$marker.push(m_7ecae1ab8b2779cfd08f0631140ac098);}});}google.maps.event.addDomListener(window, 'load', initialize);