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.7489,-84.2274)};var g_27479fa8061de66ab4b60fe1b4a76d63 = new google.maps.Geocoder();g_27479fa8061de66ab4b60fe1b4a76d63.geocode( { 'address': "4319 Covington Hwy, Decatur, GA 30035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-GA-ctx-mortgage-company-llc').style.display = '';map = new google.maps.Map(document.getElementById('decatur-GA-ctx-mortgage-company-llc'), mapOptions);}document.getElementById('185da31e').innerHTML += ' | View Map';var $l27479fa8061de66ab4b60fe1b4a76d63 = '

CTX Mortgage Company, LLC

Address: 4319 Covington Hwy, Decatur, GA 30035, USA
Phone: (404) 288-5585
';var m_27479fa8061de66ab4b60fe1b4a76d63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CTX Mortgage Company, LLC',});m_27479fa8061de66ab4b60fe1b4a76d63['infowindow'] = new google.maps.InfoWindow({content: $l27479fa8061de66ab4b60fe1b4a76d63});var infowindow = new google.maps.InfoWindow({content: $l27479fa8061de66ab4b60fe1b4a76d63});google.maps.event.addListener(m_27479fa8061de66ab4b60fe1b4a76d63, 'click', function() {infowindow.open(map,m_27479fa8061de66ab4b60fe1b4a76d63);});$marker.push(m_27479fa8061de66ab4b60fe1b4a76d63);}});}google.maps.event.addDomListener(window, 'load', initialize);