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(42.3752,-86.2696)};var g_b652b5ddf9bf8c630bd0c4f19b2e8d8b = new google.maps.Geocoder();g_b652b5ddf9bf8c630bd0c4f19b2e8d8b.geocode( { 'address': "11628 M-140, South Haven, MI 49090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-haven-MI-michigan-credit-kings').style.display = '';map = new google.maps.Map(document.getElementById('south-haven-MI-michigan-credit-kings'), mapOptions);}document.getElementById('a2a26d04').innerHTML += ' | View Map';var $lb652b5ddf9bf8c630bd0c4f19b2e8d8b = '

Michigan Credit Kings

Address: 11628 M-140, South Haven, MI 49090, USA
Phone: (888) 805-1989
';var m_b652b5ddf9bf8c630bd0c4f19b2e8d8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan Credit Kings',});m_b652b5ddf9bf8c630bd0c4f19b2e8d8b['infowindow'] = new google.maps.InfoWindow({content: $lb652b5ddf9bf8c630bd0c4f19b2e8d8b});var infowindow = new google.maps.InfoWindow({content: $lb652b5ddf9bf8c630bd0c4f19b2e8d8b});google.maps.event.addListener(m_b652b5ddf9bf8c630bd0c4f19b2e8d8b, 'click', function() {infowindow.open(map,m_b652b5ddf9bf8c630bd0c4f19b2e8d8b);});$marker.push(m_b652b5ddf9bf8c630bd0c4f19b2e8d8b);}});}google.maps.event.addDomListener(window, 'load', initialize);