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.2177,-85.7857)};var g_f1615299364060ff3fce5eb0b0ba10ad = new google.maps.Geocoder();g_f1615299364060ff3fce5eb0b0ba10ad.geocode( { 'address': "55320 N Main St, Mattawan, MI 49071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mattawan-MI-kalamazoo-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('mattawan-MI-kalamazoo-county-state-bank'), mapOptions);}document.getElementById('0235092d').innerHTML += ' | View Map';var $lf1615299364060ff3fce5eb0b0ba10ad = '

Kalamazoo County State Bank

Address: 55320 N Main St, Mattawan, MI 49071, USA
Phone: (269) 668-3386
';var m_f1615299364060ff3fce5eb0b0ba10ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kalamazoo County State Bank',});m_f1615299364060ff3fce5eb0b0ba10ad['infowindow'] = new google.maps.InfoWindow({content: $lf1615299364060ff3fce5eb0b0ba10ad});var infowindow = new google.maps.InfoWindow({content: $lf1615299364060ff3fce5eb0b0ba10ad});google.maps.event.addListener(m_f1615299364060ff3fce5eb0b0ba10ad, 'click', function() {infowindow.open(map,m_f1615299364060ff3fce5eb0b0ba10ad);});$marker.push(m_f1615299364060ff3fce5eb0b0ba10ad);}});}google.maps.event.addDomListener(window, 'load', initialize);