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(34.1227,-84.2968)};var g_52092f83c2d842688d424af6a5e55c7b = new google.maps.Geocoder();g_52092f83c2d842688d424af6a5e55c7b.geocode( { 'address': "1000 Mansell Exchange W, Alpharetta, GA 30022"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpharetta-GA-covenant-mortgage-corp').style.display = '';map = new google.maps.Map(document.getElementById('alpharetta-GA-covenant-mortgage-corp'), mapOptions);}document.getElementById('71c7a5b7').innerHTML += ' | View Map';var $l52092f83c2d842688d424af6a5e55c7b = '

Covenant Mortgage Corp

Address: 1000 Mansell Exchange W, Alpharetta, GA 30022
Phone: (770) 645-4700
';var m_52092f83c2d842688d424af6a5e55c7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covenant Mortgage Corp',});m_52092f83c2d842688d424af6a5e55c7b['infowindow'] = new google.maps.InfoWindow({content: $l52092f83c2d842688d424af6a5e55c7b});var infowindow = new google.maps.InfoWindow({content: $l52092f83c2d842688d424af6a5e55c7b});google.maps.event.addListener(m_52092f83c2d842688d424af6a5e55c7b, 'click', function() {infowindow.open(map,m_52092f83c2d842688d424af6a5e55c7b);});$marker.push(m_52092f83c2d842688d424af6a5e55c7b);}});}google.maps.event.addDomListener(window, 'load', initialize);