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.0464,-85.0125)};var g_0cc4cb598660e0a7f3a5679e218c0328 = new google.maps.Geocoder();g_0cc4cb598660e0a7f3a5679e218c0328.geocode( { 'address': "900 Hogansville Rd Suite O, LaGrange, GA 30241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lagrange-GA-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('lagrange-GA-covington-credit'), mapOptions);}document.getElementById('91eeae8f').innerHTML += ' | View Map';var $l0cc4cb598660e0a7f3a5679e218c0328 = '

Covington Credit

Address: 900 Hogansville Rd Suite O, LaGrange, GA 30241, USA
Phone: (706) 884-4540
';var m_0cc4cb598660e0a7f3a5679e218c0328 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_0cc4cb598660e0a7f3a5679e218c0328['infowindow'] = new google.maps.InfoWindow({content: $l0cc4cb598660e0a7f3a5679e218c0328});var infowindow = new google.maps.InfoWindow({content: $l0cc4cb598660e0a7f3a5679e218c0328});google.maps.event.addListener(m_0cc4cb598660e0a7f3a5679e218c0328, 'click', function() {infowindow.open(map,m_0cc4cb598660e0a7f3a5679e218c0328);});$marker.push(m_0cc4cb598660e0a7f3a5679e218c0328);}});}google.maps.event.addDomListener(window, 'load', initialize);