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.1811,-85.0745)};var g_0dacbbb65aed5d4ee2c067a456e7c0f2 = new google.maps.Geocoder();g_0dacbbb65aed5d4ee2c067a456e7c0f2.geocode( { 'address': "5525 Oak Valley Pl, Fort Wayne, IN 46845, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wayne-IN-iab-mortgage-center').style.display = '';map = new google.maps.Map(document.getElementById('fort-wayne-IN-iab-mortgage-center'), mapOptions);}document.getElementById('e7f71ab4').innerHTML += ' | View Map';var $l0dacbbb65aed5d4ee2c067a456e7c0f2 = '

iAB Mortgage Center

Address: 5525 Oak Valley Pl, Fort Wayne, IN 46845, USA
Phone: (260) 496-8801
';var m_0dacbbb65aed5d4ee2c067a456e7c0f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'iAB Mortgage Center',});m_0dacbbb65aed5d4ee2c067a456e7c0f2['infowindow'] = new google.maps.InfoWindow({content: $l0dacbbb65aed5d4ee2c067a456e7c0f2});var infowindow = new google.maps.InfoWindow({content: $l0dacbbb65aed5d4ee2c067a456e7c0f2});google.maps.event.addListener(m_0dacbbb65aed5d4ee2c067a456e7c0f2, 'click', function() {infowindow.open(map,m_0dacbbb65aed5d4ee2c067a456e7c0f2);});$marker.push(m_0dacbbb65aed5d4ee2c067a456e7c0f2);}});}google.maps.event.addDomListener(window, 'load', initialize);