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.2956,-85.6537)};var g_bbd142b8826d349c774751e9b50ebb0e = new google.maps.Geocoder();g_bbd142b8826d349c774751e9b50ebb0e.geocode( { 'address': "5313 W Main St, Kalamazoo, MI 49009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalamazoo-MI-first-national-bank-michigan').style.display = '';map = new google.maps.Map(document.getElementById('kalamazoo-MI-first-national-bank-michigan'), mapOptions);}document.getElementById('e7fa6486').innerHTML += ' | View Map';var $lbbd142b8826d349c774751e9b50ebb0e = '

First National Bank-Michigan

Address: 5313 W Main St, Kalamazoo, MI 49009, USA
Phone: (269) 250-8860
';var m_bbd142b8826d349c774751e9b50ebb0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Michigan',});m_bbd142b8826d349c774751e9b50ebb0e['infowindow'] = new google.maps.InfoWindow({content: $lbbd142b8826d349c774751e9b50ebb0e});var infowindow = new google.maps.InfoWindow({content: $lbbd142b8826d349c774751e9b50ebb0e});google.maps.event.addListener(m_bbd142b8826d349c774751e9b50ebb0e, 'click', function() {infowindow.open(map,m_bbd142b8826d349c774751e9b50ebb0e);});$marker.push(m_bbd142b8826d349c774751e9b50ebb0e);}});}google.maps.event.addDomListener(window, 'load', initialize);