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.9731,-83.4168)};var g_36f9d490114303cd7debf20548fc6888 = new google.maps.Geocoder();g_36f9d490114303cd7debf20548fc6888.geocode( { 'address': "2475 Jefferson Rd #600, Athens, GA 30607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-GA-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('athens-GA-covington-credit'), mapOptions);}document.getElementById('5a57db5d').innerHTML += ' | View Map';var $l36f9d490114303cd7debf20548fc6888 = '

Covington Credit

Address: 2475 Jefferson Rd #600, Athens, GA 30607, USA
Phone: (706) 354-0021
';var m_36f9d490114303cd7debf20548fc6888 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_36f9d490114303cd7debf20548fc6888['infowindow'] = new google.maps.InfoWindow({content: $l36f9d490114303cd7debf20548fc6888});var infowindow = new google.maps.InfoWindow({content: $l36f9d490114303cd7debf20548fc6888});google.maps.event.addListener(m_36f9d490114303cd7debf20548fc6888, 'click', function() {infowindow.open(map,m_36f9d490114303cd7debf20548fc6888);});$marker.push(m_36f9d490114303cd7debf20548fc6888);}});}google.maps.event.addDomListener(window, 'load', initialize);