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(44.5853,-85.5364)};var g_590a510dd1f532e4cc051b3d5bbb9685 = new google.maps.Geocoder();g_590a510dd1f532e4cc051b3d5bbb9685.geocode( { 'address': "111 N Brownson Ave, Kingsley, MI 49649, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingsley-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('kingsley-MI-chemical-bank'), mapOptions);}document.getElementById('fb26413b').innerHTML += ' | View Map';var $l590a510dd1f532e4cc051b3d5bbb9685 = '

Chemical Bank

Address: 111 N Brownson Ave, Kingsley, MI 49649, USA
Phone: (231) 263-5263
';var m_590a510dd1f532e4cc051b3d5bbb9685 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_590a510dd1f532e4cc051b3d5bbb9685['infowindow'] = new google.maps.InfoWindow({content: $l590a510dd1f532e4cc051b3d5bbb9685});var infowindow = new google.maps.InfoWindow({content: $l590a510dd1f532e4cc051b3d5bbb9685});google.maps.event.addListener(m_590a510dd1f532e4cc051b3d5bbb9685, 'click', function() {infowindow.open(map,m_590a510dd1f532e4cc051b3d5bbb9685);});$marker.push(m_590a510dd1f532e4cc051b3d5bbb9685);}});}google.maps.event.addDomListener(window, 'load', initialize);