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.465,-83.9746)};var g_a4b571e3226f43fe7d658ce1c92c4b40 = new google.maps.Geocoder();g_a4b571e3226f43fe7d658ce1c92c4b40.geocode( { 'address': "3986 Bay Rd, Saginaw, MI 48603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saginaw-MI-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('saginaw-MI-check-into-cash'), mapOptions);}document.getElementById('9fd13215').innerHTML += ' | View Map';var $la4b571e3226f43fe7d658ce1c92c4b40 = '

Check Into Cash

Address: 3986 Bay Rd, Saginaw, MI 48603, USA
Phone: (989) 790-1445
';var m_a4b571e3226f43fe7d658ce1c92c4b40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_a4b571e3226f43fe7d658ce1c92c4b40['infowindow'] = new google.maps.InfoWindow({content: $la4b571e3226f43fe7d658ce1c92c4b40});var infowindow = new google.maps.InfoWindow({content: $la4b571e3226f43fe7d658ce1c92c4b40});google.maps.event.addListener(m_a4b571e3226f43fe7d658ce1c92c4b40, 'click', function() {infowindow.open(map,m_a4b571e3226f43fe7d658ce1c92c4b40);});$marker.push(m_a4b571e3226f43fe7d658ce1c92c4b40);}});}google.maps.event.addDomListener(window, 'load', initialize);