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.8512,-84.3771)};var g_e7ec62f83e7a4b7bb38f81c17adabef3 = new google.maps.Geocoder();g_e7ec62f83e7a4b7bb38f81c17adabef3.geocode( { 'address': "3525 Piedmont Rd NE, Atlanta, GA 30305, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-lenox-financial-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-lenox-financial-mortgage-llc'), mapOptions);}document.getElementById('22a1a5a5').innerHTML += ' | View Map';var $le7ec62f83e7a4b7bb38f81c17adabef3 = '

Lenox Financial Mortgage LLC

Address: 3525 Piedmont Rd NE, Atlanta, GA 30305, USA
Phone: (800) 580-8500
';var m_e7ec62f83e7a4b7bb38f81c17adabef3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lenox Financial Mortgage LLC',});m_e7ec62f83e7a4b7bb38f81c17adabef3['infowindow'] = new google.maps.InfoWindow({content: $le7ec62f83e7a4b7bb38f81c17adabef3});var infowindow = new google.maps.InfoWindow({content: $le7ec62f83e7a4b7bb38f81c17adabef3});google.maps.event.addListener(m_e7ec62f83e7a4b7bb38f81c17adabef3, 'click', function() {infowindow.open(map,m_e7ec62f83e7a4b7bb38f81c17adabef3);});$marker.push(m_e7ec62f83e7a4b7bb38f81c17adabef3);}});}google.maps.event.addDomListener(window, 'load', initialize);