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.6011,-83.1774)};var g_fabab19a45ecad140cca42ad9b34235c = new google.maps.Geocoder();g_fabab19a45ecad140cca42ad9b34235c.geocode( { 'address': "6363 Main St, Cass City, MI 48726, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cass-city-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('cass-city-MI-chemical-bank'), mapOptions);}document.getElementById('c5ad5a85').innerHTML += ' | View Map';var $lfabab19a45ecad140cca42ad9b34235c = '

Chemical Bank

Address: 6363 Main St, Cass City, MI 48726, USA
Phone: (989) 872-4338
';var m_fabab19a45ecad140cca42ad9b34235c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_fabab19a45ecad140cca42ad9b34235c['infowindow'] = new google.maps.InfoWindow({content: $lfabab19a45ecad140cca42ad9b34235c});var infowindow = new google.maps.InfoWindow({content: $lfabab19a45ecad140cca42ad9b34235c});google.maps.event.addListener(m_fabab19a45ecad140cca42ad9b34235c, 'click', function() {infowindow.open(map,m_fabab19a45ecad140cca42ad9b34235c);});$marker.push(m_fabab19a45ecad140cca42ad9b34235c);}});}google.maps.event.addDomListener(window, 'load', initialize);