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.8569,-84.4807)};var g_5965f2b9b2bbb0adf5904f67f468d57e = new google.maps.Geocoder();g_5965f2b9b2bbb0adf5904f67f468d57e.geocode( { 'address': "2255 Cumberland Pkwy SE, Atlanta, GA 30339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-the-mortgage-guys').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-the-mortgage-guys'), mapOptions);}document.getElementById('05559cd3').innerHTML += ' | View Map';var $l5965f2b9b2bbb0adf5904f67f468d57e = '

The Mortgage Guys

Address: 2255 Cumberland Pkwy SE, Atlanta, GA 30339, USA
Phone: (404) 507-6678
';var m_5965f2b9b2bbb0adf5904f67f468d57e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Mortgage Guys',});m_5965f2b9b2bbb0adf5904f67f468d57e['infowindow'] = new google.maps.InfoWindow({content: $l5965f2b9b2bbb0adf5904f67f468d57e});var infowindow = new google.maps.InfoWindow({content: $l5965f2b9b2bbb0adf5904f67f468d57e});google.maps.event.addListener(m_5965f2b9b2bbb0adf5904f67f468d57e, 'click', function() {infowindow.open(map,m_5965f2b9b2bbb0adf5904f67f468d57e);});$marker.push(m_5965f2b9b2bbb0adf5904f67f468d57e);}});}google.maps.event.addDomListener(window, 'load', initialize);