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.4782,-84.5515)};var g_6f46dd176364ccec308c2760189a4605 = new google.maps.Geocoder();g_6f46dd176364ccec308c2760189a4605.geocode( { 'address': "335 N Main St, Bryan, OH 43506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bryan-OH-superior-auto-inc').style.display = '';map = new google.maps.Map(document.getElementById('bryan-OH-superior-auto-inc'), mapOptions);}document.getElementById('e81a0b5c').innerHTML += ' | View Map';var $l6f46dd176364ccec308c2760189a4605 = '

Superior Auto, Inc

Address: 335 N Main St, Bryan, OH 43506, USA
Phone: (419) 633-0750
';var m_6f46dd176364ccec308c2760189a4605 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Auto, Inc',});m_6f46dd176364ccec308c2760189a4605['infowindow'] = new google.maps.InfoWindow({content: $l6f46dd176364ccec308c2760189a4605});var infowindow = new google.maps.InfoWindow({content: $l6f46dd176364ccec308c2760189a4605});google.maps.event.addListener(m_6f46dd176364ccec308c2760189a4605, 'click', function() {infowindow.open(map,m_6f46dd176364ccec308c2760189a4605);});$marker.push(m_6f46dd176364ccec308c2760189a4605);}});}google.maps.event.addDomListener(window, 'load', initialize);