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.9748,-83.3639)};var g_8415e556d9e95d7a24e1ec44bb7dd9fa = new google.maps.Geocoder();g_8415e556d9e95d7a24e1ec44bb7dd9fa.geocode( { 'address': "2475 Jefferson Rd, Athens, GA 30607"}, 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('3a36b0e5').innerHTML += ' | View Map';var $l8415e556d9e95d7a24e1ec44bb7dd9fa = '

Covington Credit

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