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(42.9861,-82.5375)};var g_bd57182c2c3ed6faa35d95a4071e5eaf = new google.maps.Geocoder();g_bd57182c2c3ed6faa35d95a4071e5eaf.geocode( { 'address': "2855 Wadhams Rd, Kimball, MI 48074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kimball-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('kimball-MI-chemical-bank'), mapOptions);}document.getElementById('3a796496').innerHTML += ' | View Map';var $lbd57182c2c3ed6faa35d95a4071e5eaf = '

Chemical Bank

Address: 2855 Wadhams Rd, Kimball, MI 48074, USA
Phone: (810) 982-8505
';var m_bd57182c2c3ed6faa35d95a4071e5eaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_bd57182c2c3ed6faa35d95a4071e5eaf['infowindow'] = new google.maps.InfoWindow({content: $lbd57182c2c3ed6faa35d95a4071e5eaf});var infowindow = new google.maps.InfoWindow({content: $lbd57182c2c3ed6faa35d95a4071e5eaf});google.maps.event.addListener(m_bd57182c2c3ed6faa35d95a4071e5eaf, 'click', function() {infowindow.open(map,m_bd57182c2c3ed6faa35d95a4071e5eaf);});$marker.push(m_bd57182c2c3ed6faa35d95a4071e5eaf);}});}google.maps.event.addDomListener(window, 'load', initialize);