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.7454,-86.7719)};var g_40c3357e6fdb7b832f052bfcaaec41ab = new google.maps.Geocoder();g_40c3357e6fdb7b832f052bfcaaec41ab.geocode( { 'address': "714 W Broadway St, Monticello, IN 47960, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monticello-IN-superior-auto-inc').style.display = '';map = new google.maps.Map(document.getElementById('monticello-IN-superior-auto-inc'), mapOptions);}document.getElementById('b6713113').innerHTML += ' | View Map';var $l40c3357e6fdb7b832f052bfcaaec41ab = '

Superior Auto, Inc

Address: 714 W Broadway St, Monticello, IN 47960, USA
Phone: (574) 583-2395
';var m_40c3357e6fdb7b832f052bfcaaec41ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Auto, Inc',});m_40c3357e6fdb7b832f052bfcaaec41ab['infowindow'] = new google.maps.InfoWindow({content: $l40c3357e6fdb7b832f052bfcaaec41ab});var infowindow = new google.maps.InfoWindow({content: $l40c3357e6fdb7b832f052bfcaaec41ab});google.maps.event.addListener(m_40c3357e6fdb7b832f052bfcaaec41ab, 'click', function() {infowindow.open(map,m_40c3357e6fdb7b832f052bfcaaec41ab);});$marker.push(m_40c3357e6fdb7b832f052bfcaaec41ab);}});}google.maps.event.addDomListener(window, 'load', initialize);