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.6098,-83.9156)};var g_d5346723901d967ccc167929e2ee94ad = new google.maps.Geocoder();g_d5346723901d967ccc167929e2ee94ad.geocode( { 'address': "803 N Euclid Ave # 1, Bay City, MI 48706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-city-MI-cash-plus').style.display = '';map = new google.maps.Map(document.getElementById('bay-city-MI-cash-plus'), mapOptions);}document.getElementById('4d5fb6e3').innerHTML += ' | View Map';var $ld5346723901d967ccc167929e2ee94ad = '

Cash Plus

Address: 803 N Euclid Ave # 1, Bay City, MI 48706, USA
Phone: (989) 686-2000
';var m_d5346723901d967ccc167929e2ee94ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Plus',});m_d5346723901d967ccc167929e2ee94ad['infowindow'] = new google.maps.InfoWindow({content: $ld5346723901d967ccc167929e2ee94ad});var infowindow = new google.maps.InfoWindow({content: $ld5346723901d967ccc167929e2ee94ad});google.maps.event.addListener(m_d5346723901d967ccc167929e2ee94ad, 'click', function() {infowindow.open(map,m_d5346723901d967ccc167929e2ee94ad);});$marker.push(m_d5346723901d967ccc167929e2ee94ad);}});}google.maps.event.addDomListener(window, 'load', initialize);