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.4595,-80.889)};var g_7dfd6da224958716a2b95d857fdc495b = new google.maps.Geocoder();g_7dfd6da224958716a2b95d857fdc495b.geocode( { 'address': "18059 W Catawba Ave, Cornelius, NC 28031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelius-NC-forward-mortgage-lending').style.display = '';map = new google.maps.Map(document.getElementById('cornelius-NC-forward-mortgage-lending'), mapOptions);}document.getElementById('5868c3ee').innerHTML += ' | View Map';var $l7dfd6da224958716a2b95d857fdc495b = '

Forward Mortgage Lending

Address: 18059 W Catawba Ave, Cornelius, NC 28031, USA
Phone: (704) 896-2078
';var m_7dfd6da224958716a2b95d857fdc495b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Forward Mortgage Lending',});m_7dfd6da224958716a2b95d857fdc495b['infowindow'] = new google.maps.InfoWindow({content: $l7dfd6da224958716a2b95d857fdc495b});var infowindow = new google.maps.InfoWindow({content: $l7dfd6da224958716a2b95d857fdc495b});google.maps.event.addListener(m_7dfd6da224958716a2b95d857fdc495b, 'click', function() {infowindow.open(map,m_7dfd6da224958716a2b95d857fdc495b);});$marker.push(m_7dfd6da224958716a2b95d857fdc495b);}});}google.maps.event.addDomListener(window, 'load', initialize);