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.1088,-85.1373)};var g_b5adf76a1b00b3359e763237061f76e8 = new google.maps.Geocoder();g_b5adf76a1b00b3359e763237061f76e8.geocode( { 'address': "3509 N Clinton St, Fort Wayne, IN 46805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wayne-IN-indiana-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('fort-wayne-IN-indiana-loan-co'), mapOptions);}document.getElementById('78394b72').innerHTML += ' | View Map';var $lb5adf76a1b00b3359e763237061f76e8 = '

Indiana Loan Co

Address: 3509 N Clinton St, Fort Wayne, IN 46805, USA
Phone: (260) 484-5025
';var m_b5adf76a1b00b3359e763237061f76e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Indiana Loan Co',});m_b5adf76a1b00b3359e763237061f76e8['infowindow'] = new google.maps.InfoWindow({content: $lb5adf76a1b00b3359e763237061f76e8});var infowindow = new google.maps.InfoWindow({content: $lb5adf76a1b00b3359e763237061f76e8});google.maps.event.addListener(m_b5adf76a1b00b3359e763237061f76e8, 'click', function() {infowindow.open(map,m_b5adf76a1b00b3359e763237061f76e8);});$marker.push(m_b5adf76a1b00b3359e763237061f76e8);}});}google.maps.event.addDomListener(window, 'load', initialize);