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.6324,-83.9776)};var g_850db2caf69f07f8ba425a9c343a600b = new google.maps.Geocoder();g_850db2caf69f07f8ba425a9c343a600b.geocode( { 'address': "2166 Salem Rd SE Suite B, Conyers, GA 30013, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('conyers-GA-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('conyers-GA-covington-credit'), mapOptions);}document.getElementById('12551d3c').innerHTML += ' | View Map';var $l850db2caf69f07f8ba425a9c343a600b = '

Covington Credit

Address: 2166 Salem Rd SE Suite B, Conyers, GA 30013, USA
Phone: (770) 388-7444
';var m_850db2caf69f07f8ba425a9c343a600b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_850db2caf69f07f8ba425a9c343a600b['infowindow'] = new google.maps.InfoWindow({content: $l850db2caf69f07f8ba425a9c343a600b});var infowindow = new google.maps.InfoWindow({content: $l850db2caf69f07f8ba425a9c343a600b});google.maps.event.addListener(m_850db2caf69f07f8ba425a9c343a600b, 'click', function() {infowindow.open(map,m_850db2caf69f07f8ba425a9c343a600b);});$marker.push(m_850db2caf69f07f8ba425a9c343a600b);}});}google.maps.event.addDomListener(window, 'load', initialize);