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.3879,-83.6509)};var g_62bd738b34b531c688288d719e54d5f8 = new google.maps.Geocoder();g_62bd738b34b531c688288d719e54d5f8.geocode( { 'address': "1025 N Main St, Bowling Green, OH 43402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-OH-superior-auto-inc').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-OH-superior-auto-inc'), mapOptions);}document.getElementById('9af6477e').innerHTML += ' | View Map';var $l62bd738b34b531c688288d719e54d5f8 = '

Superior Auto, Inc

Address: 1025 N Main St, Bowling Green, OH 43402, USA
Phone: (419) 352-7944
';var m_62bd738b34b531c688288d719e54d5f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Auto, Inc',});m_62bd738b34b531c688288d719e54d5f8['infowindow'] = new google.maps.InfoWindow({content: $l62bd738b34b531c688288d719e54d5f8});var infowindow = new google.maps.InfoWindow({content: $l62bd738b34b531c688288d719e54d5f8});google.maps.event.addListener(m_62bd738b34b531c688288d719e54d5f8, 'click', function() {infowindow.open(map,m_62bd738b34b531c688288d719e54d5f8);});$marker.push(m_62bd738b34b531c688288d719e54d5f8);}});}google.maps.event.addDomListener(window, 'load', initialize);