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.8515,-85.6254)};var g_d73e4e5fcc226f2d66c7da7afc2e6e11 = new google.maps.Geocoder();g_d73e4e5fcc226f2d66c7da7afc2e6e11.geocode( { 'address': "6225 Kalamazoo Ave SE, Kentwood, MI 49508, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kentwood-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('kentwood-MI-chemical-bank'), mapOptions);}document.getElementById('8ea4ad06').innerHTML += ' | View Map';var $ld73e4e5fcc226f2d66c7da7afc2e6e11 = '

Chemical Bank

Address: 6225 Kalamazoo Ave SE, Kentwood, MI 49508, USA
Phone: (616) 588-3811
';var m_d73e4e5fcc226f2d66c7da7afc2e6e11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_d73e4e5fcc226f2d66c7da7afc2e6e11['infowindow'] = new google.maps.InfoWindow({content: $ld73e4e5fcc226f2d66c7da7afc2e6e11});var infowindow = new google.maps.InfoWindow({content: $ld73e4e5fcc226f2d66c7da7afc2e6e11});google.maps.event.addListener(m_d73e4e5fcc226f2d66c7da7afc2e6e11, 'click', function() {infowindow.open(map,m_d73e4e5fcc226f2d66c7da7afc2e6e11);});$marker.push(m_d73e4e5fcc226f2d66c7da7afc2e6e11);}});}google.maps.event.addDomListener(window, 'load', initialize);