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(43.5919,-83.9163)};var g_2c9eda504b57b32348f3437ac07c1fab = new google.maps.Geocoder();g_2c9eda504b57b32348f3437ac07c1fab.geocode( { 'address': "906 S Euclid Ave # 3, Bay City, MI 48706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-city-MI-car--credit-llc').style.display = '';map = new google.maps.Map(document.getElementById('bay-city-MI-car--credit-llc'), mapOptions);}document.getElementById('6f9edef9').innerHTML += ' | View Map';var $l2c9eda504b57b32348f3437ac07c1fab = '

Car & Credit LLC

Address: 906 S Euclid Ave # 3, Bay City, MI 48706, USA
Phone: (989) 662-8152
';var m_2c9eda504b57b32348f3437ac07c1fab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Car & Credit LLC',});m_2c9eda504b57b32348f3437ac07c1fab['infowindow'] = new google.maps.InfoWindow({content: $l2c9eda504b57b32348f3437ac07c1fab});var infowindow = new google.maps.InfoWindow({content: $l2c9eda504b57b32348f3437ac07c1fab});google.maps.event.addListener(m_2c9eda504b57b32348f3437ac07c1fab, 'click', function() {infowindow.open(map,m_2c9eda504b57b32348f3437ac07c1fab);});$marker.push(m_2c9eda504b57b32348f3437ac07c1fab);}});}google.maps.event.addDomListener(window, 'load', initialize);