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.1662,-85.1648)};var g_c98a97469844ab208c740a77520f37db = new google.maps.Geocoder();g_c98a97469844ab208c740a77520f37db.geocode( { 'address': "9206 Lima Rd, Fort Wayne, IN 46818, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wayne-IN-preferred-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('fort-wayne-IN-preferred-auto-credit'), mapOptions);}document.getElementById('62561cd1').innerHTML += ' | View Map';var $lc98a97469844ab208c740a77520f37db = '

Preferred Auto Credit

Address: 9206 Lima Rd, Fort Wayne, IN 46818, USA
Phone: (260) 489-0486
';var m_c98a97469844ab208c740a77520f37db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Preferred Auto Credit',});m_c98a97469844ab208c740a77520f37db['infowindow'] = new google.maps.InfoWindow({content: $lc98a97469844ab208c740a77520f37db});var infowindow = new google.maps.InfoWindow({content: $lc98a97469844ab208c740a77520f37db});google.maps.event.addListener(m_c98a97469844ab208c740a77520f37db, 'click', function() {infowindow.open(map,m_c98a97469844ab208c740a77520f37db);});$marker.push(m_c98a97469844ab208c740a77520f37db);}});}google.maps.event.addDomListener(window, 'load', initialize);