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(41.8891,-88.3106)};var g_1972c4317fc6b95d0ad5456ee69ea45b = new google.maps.Geocoder();g_1972c4317fc6b95d0ad5456ee69ea45b.geocode( { 'address': "28 N 5th St, Geneva, IL 60134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('geneva-IL-kct-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('geneva-IL-kct-credit-union'), mapOptions);}document.getElementById('4525e55e').innerHTML += ' | View Map';var $l1972c4317fc6b95d0ad5456ee69ea45b = '

KCT Credit Union

Address: 28 N 5th St, Geneva, IL 60134, USA
Phone: (847) 741-3344
';var m_1972c4317fc6b95d0ad5456ee69ea45b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KCT Credit Union',});m_1972c4317fc6b95d0ad5456ee69ea45b['infowindow'] = new google.maps.InfoWindow({content: $l1972c4317fc6b95d0ad5456ee69ea45b});var infowindow = new google.maps.InfoWindow({content: $l1972c4317fc6b95d0ad5456ee69ea45b});google.maps.event.addListener(m_1972c4317fc6b95d0ad5456ee69ea45b, 'click', function() {infowindow.open(map,m_1972c4317fc6b95d0ad5456ee69ea45b);});$marker.push(m_1972c4317fc6b95d0ad5456ee69ea45b);}});}google.maps.event.addDomListener(window, 'load', initialize);