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.5172,-84.1916)};var g_01e35d3beff35035c6dfcc80ce396a03 = new google.maps.Geocoder();g_01e35d3beff35035c6dfcc80ce396a03.geocode( { 'address': "2689 U.S. 23, McDonough, GA 30253, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcdonough-GA-365-credit-clinic').style.display = '';map = new google.maps.Map(document.getElementById('mcdonough-GA-365-credit-clinic'), mapOptions);}document.getElementById('4e6f554e').innerHTML += ' | View Map';var $l01e35d3beff35035c6dfcc80ce396a03 = '

365 Credit Clinic

Address: 2689 U.S. 23, McDonough, GA 30253, USA
Phone: (305) 609-4834
';var m_01e35d3beff35035c6dfcc80ce396a03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '365 Credit Clinic',});m_01e35d3beff35035c6dfcc80ce396a03['infowindow'] = new google.maps.InfoWindow({content: $l01e35d3beff35035c6dfcc80ce396a03});var infowindow = new google.maps.InfoWindow({content: $l01e35d3beff35035c6dfcc80ce396a03});google.maps.event.addListener(m_01e35d3beff35035c6dfcc80ce396a03, 'click', function() {infowindow.open(map,m_01e35d3beff35035c6dfcc80ce396a03);});$marker.push(m_01e35d3beff35035c6dfcc80ce396a03);}});}google.maps.event.addDomListener(window, 'load', initialize);