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.8643,-85.5089)};var g_f9d7a3db99e0ce3becd216c9e776b691 = new google.maps.Geocoder();g_f9d7a3db99e0ce3becd216c9e776b691.geocode( { 'address': "840 S Chestnut St, Reed City, MI 49677, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reed-city-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('reed-city-MI-chemical-bank'), mapOptions);}document.getElementById('870e7440').innerHTML += ' | View Map';var $lf9d7a3db99e0ce3becd216c9e776b691 = '

Chemical Bank

Address: 840 S Chestnut St, Reed City, MI 49677, USA
Phone: (231) 832-3211
';var m_f9d7a3db99e0ce3becd216c9e776b691 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_f9d7a3db99e0ce3becd216c9e776b691['infowindow'] = new google.maps.InfoWindow({content: $lf9d7a3db99e0ce3becd216c9e776b691});var infowindow = new google.maps.InfoWindow({content: $lf9d7a3db99e0ce3becd216c9e776b691});google.maps.event.addListener(m_f9d7a3db99e0ce3becd216c9e776b691, 'click', function() {infowindow.open(map,m_f9d7a3db99e0ce3becd216c9e776b691);});$marker.push(m_f9d7a3db99e0ce3becd216c9e776b691);}});}google.maps.event.addDomListener(window, 'load', initialize);