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(41.1815,-85.1312)};var g_e633a3d4fb3db2c7665c170c80db6717 = new google.maps.Geocoder();g_e633a3d4fb3db2c7665c170c80db6717.geocode( { 'address': "5743 Wilkie Dr #3, Fort Wayne, IN 46804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wayne-IN-community-mortgage-lending-corporation').style.display = '';map = new google.maps.Map(document.getElementById('fort-wayne-IN-community-mortgage-lending-corporation'), mapOptions);}document.getElementById('5c7d0837').innerHTML += ' | View Map';var $le633a3d4fb3db2c7665c170c80db6717 = '

Community Mortgage Lending Corporation

Address: 5743 Wilkie Dr #3, Fort Wayne, IN 46804, USA
Phone: (260) 444-3140
';var m_e633a3d4fb3db2c7665c170c80db6717 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Mortgage Lending Corporation',});m_e633a3d4fb3db2c7665c170c80db6717['infowindow'] = new google.maps.InfoWindow({content: $le633a3d4fb3db2c7665c170c80db6717});var infowindow = new google.maps.InfoWindow({content: $le633a3d4fb3db2c7665c170c80db6717});google.maps.event.addListener(m_e633a3d4fb3db2c7665c170c80db6717, 'click', function() {infowindow.open(map,m_e633a3d4fb3db2c7665c170c80db6717);});$marker.push(m_e633a3d4fb3db2c7665c170c80db6717);}});}google.maps.event.addDomListener(window, 'load', initialize);