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.6252,-84.2248)};var g_19509bc9e0bdc83b4e3b4d8936497676 = new google.maps.Geocoder();g_19509bc9e0bdc83b4e3b4d8936497676.geocode( { 'address': "305 S Saginaw Rd, Midland, MI 48640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midland-MI-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('midland-MI-check-into-cash'), mapOptions);}document.getElementById('5684a04e').innerHTML += ' | View Map';var $l19509bc9e0bdc83b4e3b4d8936497676 = '

Check Into Cash

Address: 305 S Saginaw Rd, Midland, MI 48640, USA
Phone: (989) 839-0465
';var m_19509bc9e0bdc83b4e3b4d8936497676 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_19509bc9e0bdc83b4e3b4d8936497676['infowindow'] = new google.maps.InfoWindow({content: $l19509bc9e0bdc83b4e3b4d8936497676});var infowindow = new google.maps.InfoWindow({content: $l19509bc9e0bdc83b4e3b4d8936497676});google.maps.event.addListener(m_19509bc9e0bdc83b4e3b4d8936497676, 'click', function() {infowindow.open(map,m_19509bc9e0bdc83b4e3b4d8936497676);});$marker.push(m_19509bc9e0bdc83b4e3b4d8936497676);}});}google.maps.event.addDomListener(window, 'load', initialize);