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.9092,-84.4252)};var g_8c237a6bdbaae0881afb1c416e6f25b5 = new google.maps.Geocoder();g_8c237a6bdbaae0881afb1c416e6f25b5.geocode( { 'address': "6190 Powers Ferry Rd NW #230, Atlanta, GA 30339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-keith-closes-loans').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-keith-closes-loans'), mapOptions);}document.getElementById('b6519fb5').innerHTML += ' | View Map';var $l8c237a6bdbaae0881afb1c416e6f25b5 = '

Keith Closes Loans

Address: 6190 Powers Ferry Rd NW #230, Atlanta, GA 30339, USA
Phone: (678) 578-7616
';var m_8c237a6bdbaae0881afb1c416e6f25b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keith Closes Loans',});m_8c237a6bdbaae0881afb1c416e6f25b5['infowindow'] = new google.maps.InfoWindow({content: $l8c237a6bdbaae0881afb1c416e6f25b5});var infowindow = new google.maps.InfoWindow({content: $l8c237a6bdbaae0881afb1c416e6f25b5});google.maps.event.addListener(m_8c237a6bdbaae0881afb1c416e6f25b5, 'click', function() {infowindow.open(map,m_8c237a6bdbaae0881afb1c416e6f25b5);});$marker.push(m_8c237a6bdbaae0881afb1c416e6f25b5);}});}google.maps.event.addDomListener(window, 'load', initialize);