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.349,-85.4791)};var g_dd6e1b3a8fa6fd0e077147f28326bd41 = new google.maps.Geocoder();g_dd6e1b3a8fa6fd0e077147f28326bd41.geocode( { 'address': "1511 N Lincoln St, Greensburg, IN 47240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensburg-IN-superior-auto-inc').style.display = '';map = new google.maps.Map(document.getElementById('greensburg-IN-superior-auto-inc'), mapOptions);}document.getElementById('51360800').innerHTML += ' | View Map';var $ldd6e1b3a8fa6fd0e077147f28326bd41 = '

Superior Auto, Inc

Address: 1511 N Lincoln St, Greensburg, IN 47240, USA
Phone: (812) 662-0124
';var m_dd6e1b3a8fa6fd0e077147f28326bd41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Auto, Inc',});m_dd6e1b3a8fa6fd0e077147f28326bd41['infowindow'] = new google.maps.InfoWindow({content: $ldd6e1b3a8fa6fd0e077147f28326bd41});var infowindow = new google.maps.InfoWindow({content: $ldd6e1b3a8fa6fd0e077147f28326bd41});google.maps.event.addListener(m_dd6e1b3a8fa6fd0e077147f28326bd41, 'click', function() {infowindow.open(map,m_dd6e1b3a8fa6fd0e077147f28326bd41);});$marker.push(m_dd6e1b3a8fa6fd0e077147f28326bd41);}});}google.maps.event.addDomListener(window, 'load', initialize);