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.3126,-85.1066)};var g_25724aee63676640045d28db3ac87ddf = new google.maps.Geocoder();g_25724aee63676640045d28db3ac87ddf.geocode( { 'address': "1585 W Dickman Rd, Battle Creek, MI 49037"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('battle-creek-MI-kalsee-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('battle-creek-MI-kalsee-credit-union'), mapOptions);}document.getElementById('6b21c3bd').innerHTML += ' | View Map';var $l25724aee63676640045d28db3ac87ddf = '

KALSEE Credit Union

Address: 1585 W Dickman Rd, Battle Creek, MI 49037
Phone: (269) 962-1224
';var m_25724aee63676640045d28db3ac87ddf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KALSEE Credit Union',});m_25724aee63676640045d28db3ac87ddf['infowindow'] = new google.maps.InfoWindow({content: $l25724aee63676640045d28db3ac87ddf});var infowindow = new google.maps.InfoWindow({content: $l25724aee63676640045d28db3ac87ddf});google.maps.event.addListener(m_25724aee63676640045d28db3ac87ddf, 'click', function() {infowindow.open(map,m_25724aee63676640045d28db3ac87ddf);});$marker.push(m_25724aee63676640045d28db3ac87ddf);}});}google.maps.event.addDomListener(window, 'load', initialize);