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.7164,-83.6237)};var g_882f7bde3c8c51d21a726d4384d6cd69 = new google.maps.Geocoder();g_882f7bde3c8c51d21a726d4384d6cd69.geocode( { 'address': "5538 Secor Rd, Toledo, OH 43623, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('toledo-OH-city-wide-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('toledo-OH-city-wide-auto-credit'), mapOptions);}document.getElementById('d38fc773').innerHTML += ' | View Map';var $l882f7bde3c8c51d21a726d4384d6cd69 = '

City Wide Auto Credit

Address: 5538 Secor Rd, Toledo, OH 43623, USA
Phone: (419) 475-2125
';var m_882f7bde3c8c51d21a726d4384d6cd69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Wide Auto Credit',});m_882f7bde3c8c51d21a726d4384d6cd69['infowindow'] = new google.maps.InfoWindow({content: $l882f7bde3c8c51d21a726d4384d6cd69});var infowindow = new google.maps.InfoWindow({content: $l882f7bde3c8c51d21a726d4384d6cd69});google.maps.event.addListener(m_882f7bde3c8c51d21a726d4384d6cd69, 'click', function() {infowindow.open(map,m_882f7bde3c8c51d21a726d4384d6cd69);});$marker.push(m_882f7bde3c8c51d21a726d4384d6cd69);}});}google.maps.event.addDomListener(window, 'load', initialize);