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.2755,-84.2228)};var g_93779289166b23c2afa0bcd05cf1931f = new google.maps.Geocoder();g_93779289166b23c2afa0bcd05cf1931f.geocode( { 'address': "2204 M-76 B, West Branch, MI 48661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-branch-MI-check--cash-usa').style.display = '';map = new google.maps.Map(document.getElementById('west-branch-MI-check--cash-usa'), mapOptions);}document.getElementById('6733d853').innerHTML += ' | View Map';var $l93779289166b23c2afa0bcd05cf1931f = '

Check & Cash USA

Address: 2204 M-76 B, West Branch, MI 48661, USA
Phone: (989) 343-2400
';var m_93779289166b23c2afa0bcd05cf1931f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check & Cash USA',});m_93779289166b23c2afa0bcd05cf1931f['infowindow'] = new google.maps.InfoWindow({content: $l93779289166b23c2afa0bcd05cf1931f});var infowindow = new google.maps.InfoWindow({content: $l93779289166b23c2afa0bcd05cf1931f});google.maps.event.addListener(m_93779289166b23c2afa0bcd05cf1931f, 'click', function() {infowindow.open(map,m_93779289166b23c2afa0bcd05cf1931f);});$marker.push(m_93779289166b23c2afa0bcd05cf1931f);}});}google.maps.event.addDomListener(window, 'load', initialize);