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.1189,-85.141)};var g_24128c84241513596a1be1534a791c3b = new google.maps.Geocoder();g_24128c84241513596a1be1534a791c3b.geocode( { 'address': "100 Coliseum Blvd E, Fort Wayne, IN 46805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wayne-IN-auto-credit-usa').style.display = '';map = new google.maps.Map(document.getElementById('fort-wayne-IN-auto-credit-usa'), mapOptions);}document.getElementById('ad3c9567').innerHTML += ' | View Map';var $l24128c84241513596a1be1534a791c3b = '

Auto Credit USA

Address: 100 Coliseum Blvd E, Fort Wayne, IN 46805, USA
Phone: (260) 471-0567
';var m_24128c84241513596a1be1534a791c3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Credit USA',});m_24128c84241513596a1be1534a791c3b['infowindow'] = new google.maps.InfoWindow({content: $l24128c84241513596a1be1534a791c3b});var infowindow = new google.maps.InfoWindow({content: $l24128c84241513596a1be1534a791c3b});google.maps.event.addListener(m_24128c84241513596a1be1534a791c3b, 'click', function() {infowindow.open(map,m_24128c84241513596a1be1534a791c3b);});$marker.push(m_24128c84241513596a1be1534a791c3b);}});}google.maps.event.addDomListener(window, 'load', initialize);