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.1665,-84.1756)};var g_1c1301c08087063e5a68e6616acc0ed1 = new google.maps.Geocoder();g_1c1301c08087063e5a68e6616acc0ed1.geocode( { 'address': "5971 Pkwy N Blvd # D, Cumming, GA 30040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumming-GA-southern-capital-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('cumming-GA-southern-capital-mortgage-group'), mapOptions);}document.getElementById('2abf5330').innerHTML += ' | View Map';var $l1c1301c08087063e5a68e6616acc0ed1 = '

Southern Capital Mortgage Group

Address: 5971 Pkwy N Blvd # D, Cumming, GA 30040, USA
Phone: (404) 667-8424
';var m_1c1301c08087063e5a68e6616acc0ed1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Capital Mortgage Group',});m_1c1301c08087063e5a68e6616acc0ed1['infowindow'] = new google.maps.InfoWindow({content: $l1c1301c08087063e5a68e6616acc0ed1});var infowindow = new google.maps.InfoWindow({content: $l1c1301c08087063e5a68e6616acc0ed1});google.maps.event.addListener(m_1c1301c08087063e5a68e6616acc0ed1, 'click', function() {infowindow.open(map,m_1c1301c08087063e5a68e6616acc0ed1);});$marker.push(m_1c1301c08087063e5a68e6616acc0ed1);}});}google.maps.event.addDomListener(window, 'load', initialize);