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.2365,-85.7859)};var g_b3d535661b8f07d8a9fc36fa6c7b05c8 = new google.maps.Geocoder();g_b3d535661b8f07d8a9fc36fa6c7b05c8.geocode( { 'address': "24039 Red Arrow Hwy, Mattawan, MI 49071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mattawan-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('mattawan-MI-chemical-bank'), mapOptions);}document.getElementById('a036d001').innerHTML += ' | View Map';var $lb3d535661b8f07d8a9fc36fa6c7b05c8 = '

Chemical Bank

Address: 24039 Red Arrow Hwy, Mattawan, MI 49071, USA
Phone: (800) 867-9757
';var m_b3d535661b8f07d8a9fc36fa6c7b05c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_b3d535661b8f07d8a9fc36fa6c7b05c8['infowindow'] = new google.maps.InfoWindow({content: $lb3d535661b8f07d8a9fc36fa6c7b05c8});var infowindow = new google.maps.InfoWindow({content: $lb3d535661b8f07d8a9fc36fa6c7b05c8});google.maps.event.addListener(m_b3d535661b8f07d8a9fc36fa6c7b05c8, 'click', function() {infowindow.open(map,m_b3d535661b8f07d8a9fc36fa6c7b05c8);});$marker.push(m_b3d535661b8f07d8a9fc36fa6c7b05c8);}});}google.maps.event.addDomListener(window, 'load', initialize);