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.4804,-83.98)};var g_5859953a451c4084472660061581b8cc = new google.maps.Geocoder();g_5859953a451c4084472660061581b8cc.geocode( { 'address': "3220 Tittabawassee Rd, Saginaw, MI 48604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saginaw-MI-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('saginaw-MI-cash-store'), mapOptions);}document.getElementById('b6024ffb').innerHTML += ' | View Map';var $l5859953a451c4084472660061581b8cc = '

Cash Store

Address: 3220 Tittabawassee Rd, Saginaw, MI 48604, USA
Phone: (989) 792-0401
';var m_5859953a451c4084472660061581b8cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_5859953a451c4084472660061581b8cc['infowindow'] = new google.maps.InfoWindow({content: $l5859953a451c4084472660061581b8cc});var infowindow = new google.maps.InfoWindow({content: $l5859953a451c4084472660061581b8cc});google.maps.event.addListener(m_5859953a451c4084472660061581b8cc, 'click', function() {infowindow.open(map,m_5859953a451c4084472660061581b8cc);});$marker.push(m_5859953a451c4084472660061581b8cc);}});}google.maps.event.addDomListener(window, 'load', initialize);