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.0895,-80.8611)};var g_306b0c0a95972617146049ce1a9a1613 = new google.maps.Geocoder();g_306b0c0a95972617146049ce1a9a1613.geocode( { 'address': "10617 Kettering Dr #217, Charlotte, NC 28226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-legacy-home-loans-llc').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-legacy-home-loans-llc'), mapOptions);}document.getElementById('d61b0f46').innerHTML += ' | View Map';var $l306b0c0a95972617146049ce1a9a1613 = '

Legacy Home Loans LLC

Address: 10617 Kettering Dr #217, Charlotte, NC 28226, USA
Phone: (800) 220-8388
';var m_306b0c0a95972617146049ce1a9a1613 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legacy Home Loans LLC',});m_306b0c0a95972617146049ce1a9a1613['infowindow'] = new google.maps.InfoWindow({content: $l306b0c0a95972617146049ce1a9a1613});var infowindow = new google.maps.InfoWindow({content: $l306b0c0a95972617146049ce1a9a1613});google.maps.event.addListener(m_306b0c0a95972617146049ce1a9a1613, 'click', function() {infowindow.open(map,m_306b0c0a95972617146049ce1a9a1613);});$marker.push(m_306b0c0a95972617146049ce1a9a1613);}});}google.maps.event.addDomListener(window, 'load', initialize);