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(40.7767,-85.1652)};var g_c1734f7e706786b8f3cc2b0e318c5a73 = new google.maps.Geocoder();g_c1734f7e706786b8f3cc2b0e318c5a73.geocode( { 'address': "2353 N Main St, Bluffton, IN 46714, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bluffton-IN-superior-auto-inc').style.display = '';map = new google.maps.Map(document.getElementById('bluffton-IN-superior-auto-inc'), mapOptions);}document.getElementById('b9932640').innerHTML += ' | View Map';var $lc1734f7e706786b8f3cc2b0e318c5a73 = '

Superior Auto, Inc

Address: 2353 N Main St, Bluffton, IN 46714, USA
Phone: (260) 824-8374
';var m_c1734f7e706786b8f3cc2b0e318c5a73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Auto, Inc',});m_c1734f7e706786b8f3cc2b0e318c5a73['infowindow'] = new google.maps.InfoWindow({content: $lc1734f7e706786b8f3cc2b0e318c5a73});var infowindow = new google.maps.InfoWindow({content: $lc1734f7e706786b8f3cc2b0e318c5a73});google.maps.event.addListener(m_c1734f7e706786b8f3cc2b0e318c5a73, 'click', function() {infowindow.open(map,m_c1734f7e706786b8f3cc2b0e318c5a73);});$marker.push(m_c1734f7e706786b8f3cc2b0e318c5a73);}});}google.maps.event.addDomListener(window, 'load', initialize);