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.1612,-85.4656)};var g_d8ac1d77d885e521c3d0c065ff839027 = new google.maps.Geocoder();g_d8ac1d77d885e521c3d0c065ff839027.geocode( { 'address': "1349 IN-205, Columbia City, IN 46725, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-city-IN-superior-auto-inc').style.display = '';map = new google.maps.Map(document.getElementById('columbia-city-IN-superior-auto-inc'), mapOptions);}document.getElementById('7c028e12').innerHTML += ' | View Map';var $ld8ac1d77d885e521c3d0c065ff839027 = '

Superior Auto, Inc

Address: 1349 IN-205, Columbia City, IN 46725, USA
Phone: (260) 244-7979
';var m_d8ac1d77d885e521c3d0c065ff839027 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Auto, Inc',});m_d8ac1d77d885e521c3d0c065ff839027['infowindow'] = new google.maps.InfoWindow({content: $ld8ac1d77d885e521c3d0c065ff839027});var infowindow = new google.maps.InfoWindow({content: $ld8ac1d77d885e521c3d0c065ff839027});google.maps.event.addListener(m_d8ac1d77d885e521c3d0c065ff839027, 'click', function() {infowindow.open(map,m_d8ac1d77d885e521c3d0c065ff839027);});$marker.push(m_d8ac1d77d885e521c3d0c065ff839027);}});}google.maps.event.addDomListener(window, 'load', initialize);