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(35.1436,-80.7326)};var g_1fbd02197ce9924616402392d2554987 = new google.maps.Geocoder();g_1fbd02197ce9924616402392d2554987.geocode( { 'address': "2101 Sardis Rd N #120, Charlotte, NC 28227, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-amerisouth-mortgage-company--nmls-id-67050').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-amerisouth-mortgage-company--nmls-id-67050'), mapOptions);}document.getElementById('b1a7eb03').innerHTML += ' | View Map';var $l1fbd02197ce9924616402392d2554987 = '

AmeriSouth Mortgage Company / NMLS ID: 67050

Address: 2101 Sardis Rd N #120, Charlotte, NC 28227, USA
Phone: (704) 845-9400
';var m_1fbd02197ce9924616402392d2554987 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AmeriSouth Mortgage Company / NMLS ID: 67050',});m_1fbd02197ce9924616402392d2554987['infowindow'] = new google.maps.InfoWindow({content: $l1fbd02197ce9924616402392d2554987});var infowindow = new google.maps.InfoWindow({content: $l1fbd02197ce9924616402392d2554987});google.maps.event.addListener(m_1fbd02197ce9924616402392d2554987, 'click', function() {infowindow.open(map,m_1fbd02197ce9924616402392d2554987);});$marker.push(m_1fbd02197ce9924616402392d2554987);}});}google.maps.event.addDomListener(window, 'load', initialize);