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.2639,-85.464)};var g_ec169a34f974ccb7e834fbfc88d61ff3 = new google.maps.Geocoder();g_ec169a34f974ccb7e834fbfc88d61ff3.geocode( { 'address': "1717 S Westnedge Ave, Kalamazoo, MI 49008"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalamazoo-MI-first-financial-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('kalamazoo-MI-first-financial-bank-na'), mapOptions);}document.getElementById('c9a0eb90').innerHTML += ' | View Map';var $lec169a34f974ccb7e834fbfc88d61ff3 = '

First Financial Bank NA

Address: 1717 S Westnedge Ave, Kalamazoo, MI 49008
Phone: (269) 383-6108
';var m_ec169a34f974ccb7e834fbfc88d61ff3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank NA',});m_ec169a34f974ccb7e834fbfc88d61ff3['infowindow'] = new google.maps.InfoWindow({content: $lec169a34f974ccb7e834fbfc88d61ff3});var infowindow = new google.maps.InfoWindow({content: $lec169a34f974ccb7e834fbfc88d61ff3});google.maps.event.addListener(m_ec169a34f974ccb7e834fbfc88d61ff3, 'click', function() {infowindow.open(map,m_ec169a34f974ccb7e834fbfc88d61ff3);});$marker.push(m_ec169a34f974ccb7e834fbfc88d61ff3);}});}google.maps.event.addDomListener(window, 'load', initialize);