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(44.2558,-85.4045)};var g_31eadbe0f3aeed05a18c13972d76da99 = new google.maps.Geocoder();g_31eadbe0f3aeed05a18c13972d76da99.geocode( { 'address': "720 N Mitchell St, Cadillac, MI 49601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cadillac-MI-check--cash-usa-llc').style.display = '';map = new google.maps.Map(document.getElementById('cadillac-MI-check--cash-usa-llc'), mapOptions);}document.getElementById('b88d5953').innerHTML += ' | View Map';var $l31eadbe0f3aeed05a18c13972d76da99 = '

Check & Cash USA LLC

Address: 720 N Mitchell St, Cadillac, MI 49601, USA
Phone: (231) 876-9600
';var m_31eadbe0f3aeed05a18c13972d76da99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check & Cash USA LLC',});m_31eadbe0f3aeed05a18c13972d76da99['infowindow'] = new google.maps.InfoWindow({content: $l31eadbe0f3aeed05a18c13972d76da99});var infowindow = new google.maps.InfoWindow({content: $l31eadbe0f3aeed05a18c13972d76da99});google.maps.event.addListener(m_31eadbe0f3aeed05a18c13972d76da99, 'click', function() {infowindow.open(map,m_31eadbe0f3aeed05a18c13972d76da99);});$marker.push(m_31eadbe0f3aeed05a18c13972d76da99);}});}google.maps.event.addDomListener(window, 'load', initialize);