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_a0f5cf2b6228a65ddaa82594b5dd3b42 = new google.maps.Geocoder();g_a0f5cf2b6228a65ddaa82594b5dd3b42.geocode( { 'address': "706 N Westnedge Ave, Kalamazoo, MI 49007"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalamazoo-MI-first-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kalamazoo-MI-first-community-federal-credit-union'), mapOptions);}document.getElementById('0dd47b63').innerHTML += ' | View Map';var $la0f5cf2b6228a65ddaa82594b5dd3b42 = '

First Community Federal Credit Union

Address: 706 N Westnedge Ave, Kalamazoo, MI 49007
Phone: (269) 552-3299
';var m_a0f5cf2b6228a65ddaa82594b5dd3b42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Federal Credit Union',});m_a0f5cf2b6228a65ddaa82594b5dd3b42['infowindow'] = new google.maps.InfoWindow({content: $la0f5cf2b6228a65ddaa82594b5dd3b42});var infowindow = new google.maps.InfoWindow({content: $la0f5cf2b6228a65ddaa82594b5dd3b42});google.maps.event.addListener(m_a0f5cf2b6228a65ddaa82594b5dd3b42, 'click', function() {infowindow.open(map,m_a0f5cf2b6228a65ddaa82594b5dd3b42);});$marker.push(m_a0f5cf2b6228a65ddaa82594b5dd3b42);}});}google.maps.event.addDomListener(window, 'load', initialize);