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.059,-80.8361)};var g_ceb1f98bde51aae6d9162af9fcab88eb = new google.maps.Geocoder();g_ceb1f98bde51aae6d9162af9fcab88eb.geocode( { 'address': "11510 N Community House Rd # 100, Charlotte, NC 28277, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-east-coast-mortgage-lending').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-east-coast-mortgage-lending'), mapOptions);}document.getElementById('d7277dea').innerHTML += ' | View Map';var $lceb1f98bde51aae6d9162af9fcab88eb = '

East Coast Mortgage Lending

Address: 11510 N Community House Rd # 100, Charlotte, NC 28277, USA
Phone: (704) 543-1610
';var m_ceb1f98bde51aae6d9162af9fcab88eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East Coast Mortgage Lending',});m_ceb1f98bde51aae6d9162af9fcab88eb['infowindow'] = new google.maps.InfoWindow({content: $lceb1f98bde51aae6d9162af9fcab88eb});var infowindow = new google.maps.InfoWindow({content: $lceb1f98bde51aae6d9162af9fcab88eb});google.maps.event.addListener(m_ceb1f98bde51aae6d9162af9fcab88eb, 'click', function() {infowindow.open(map,m_ceb1f98bde51aae6d9162af9fcab88eb);});$marker.push(m_ceb1f98bde51aae6d9162af9fcab88eb);}});}google.maps.event.addDomListener(window, 'load', initialize);