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.2979,-85.6669)};var g_8beaa78a86f38c137977270b39fbc98f = new google.maps.Geocoder();g_8beaa78a86f38c137977270b39fbc98f.geocode( { 'address': "1090 10th St N, Kalamazoo, MI 49009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalamazoo-MI-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('kalamazoo-MI-independent-bank'), mapOptions);}document.getElementById('92af741e').innerHTML += ' | View Map';var $l8beaa78a86f38c137977270b39fbc98f = '

Independent Bank

Address: 1090 10th St N, Kalamazoo, MI 49009, USA
Phone: (269) 353-8911
';var m_8beaa78a86f38c137977270b39fbc98f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank',});m_8beaa78a86f38c137977270b39fbc98f['infowindow'] = new google.maps.InfoWindow({content: $l8beaa78a86f38c137977270b39fbc98f});var infowindow = new google.maps.InfoWindow({content: $l8beaa78a86f38c137977270b39fbc98f});google.maps.event.addListener(m_8beaa78a86f38c137977270b39fbc98f, 'click', function() {infowindow.open(map,m_8beaa78a86f38c137977270b39fbc98f);});$marker.push(m_8beaa78a86f38c137977270b39fbc98f);}});}google.maps.event.addDomListener(window, 'load', initialize);