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.8559,-84.3953)};var g_c70ac3b6dc9af92a2227a5beed020304 = new google.maps.Geocoder();g_c70ac3b6dc9af92a2227a5beed020304.geocode( { 'address': "675 Seminole Ave NE, Atlanta, GA 30307"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-truth-and-lending').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-truth-and-lending'), mapOptions);}document.getElementById('65ad5bf1').innerHTML += ' | View Map';var $lc70ac3b6dc9af92a2227a5beed020304 = '

Truth and Lending

Address: 675 Seminole Ave NE, Atlanta, GA 30307
Phone: (404) 817-3526
';var m_c70ac3b6dc9af92a2227a5beed020304 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Truth and Lending',});m_c70ac3b6dc9af92a2227a5beed020304['infowindow'] = new google.maps.InfoWindow({content: $lc70ac3b6dc9af92a2227a5beed020304});var infowindow = new google.maps.InfoWindow({content: $lc70ac3b6dc9af92a2227a5beed020304});google.maps.event.addListener(m_c70ac3b6dc9af92a2227a5beed020304, 'click', function() {infowindow.open(map,m_c70ac3b6dc9af92a2227a5beed020304);});$marker.push(m_c70ac3b6dc9af92a2227a5beed020304);}});}google.maps.event.addDomListener(window, 'load', initialize);