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(39.672,-85.1369)};var g_fb4a9c47f9baeaba0873b0ef3a50f7ad = new google.maps.Geocoder();g_fb4a9c47f9baeaba0873b0ef3a50f7ad.geocode( { 'address': "628 W 30th St, Connersville, IN 47331, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('connersville-IN-superior-auto-inc').style.display = '';map = new google.maps.Map(document.getElementById('connersville-IN-superior-auto-inc'), mapOptions);}document.getElementById('48420cd1').innerHTML += ' | View Map';var $lfb4a9c47f9baeaba0873b0ef3a50f7ad = '

Superior Auto, Inc

Address: 628 W 30th St, Connersville, IN 47331, USA
Phone: (765) 827-3033
';var m_fb4a9c47f9baeaba0873b0ef3a50f7ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Auto, Inc',});m_fb4a9c47f9baeaba0873b0ef3a50f7ad['infowindow'] = new google.maps.InfoWindow({content: $lfb4a9c47f9baeaba0873b0ef3a50f7ad});var infowindow = new google.maps.InfoWindow({content: $lfb4a9c47f9baeaba0873b0ef3a50f7ad});google.maps.event.addListener(m_fb4a9c47f9baeaba0873b0ef3a50f7ad, 'click', function() {infowindow.open(map,m_fb4a9c47f9baeaba0873b0ef3a50f7ad);});$marker.push(m_fb4a9c47f9baeaba0873b0ef3a50f7ad);}});}google.maps.event.addDomListener(window, 'load', initialize);