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.3665,-85.0646)};var g_6b7d24fd9a098d52b53fcc2cbd168789 = new google.maps.Geocoder();g_6b7d24fd9a098d52b53fcc2cbd168789.geocode( { 'address': "515 W 7th St, Auburn, IN 46706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-IN-superior-auto-inc').style.display = '';map = new google.maps.Map(document.getElementById('auburn-IN-superior-auto-inc'), mapOptions);}document.getElementById('9154a540').innerHTML += ' | View Map';var $l6b7d24fd9a098d52b53fcc2cbd168789 = '

Superior Auto, Inc

Address: 515 W 7th St, Auburn, IN 46706, USA
Phone: (260) 920-2200
';var m_6b7d24fd9a098d52b53fcc2cbd168789 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Auto, Inc',});m_6b7d24fd9a098d52b53fcc2cbd168789['infowindow'] = new google.maps.InfoWindow({content: $l6b7d24fd9a098d52b53fcc2cbd168789});var infowindow = new google.maps.InfoWindow({content: $l6b7d24fd9a098d52b53fcc2cbd168789});google.maps.event.addListener(m_6b7d24fd9a098d52b53fcc2cbd168789, 'click', function() {infowindow.open(map,m_6b7d24fd9a098d52b53fcc2cbd168789);});$marker.push(m_6b7d24fd9a098d52b53fcc2cbd168789);}});}google.maps.event.addDomListener(window, 'load', initialize);