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(38.5234,-89.1336)};var g_fc2e6a440b94f64831840137698021e1 = new google.maps.Geocoder();g_fc2e6a440b94f64831840137698021e1.geocode( { 'address': "401 S Poplar St, Centralia, IL 62801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centralia-IL-kaskaskia-valley-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('centralia-IL-kaskaskia-valley-community-credit-union'), mapOptions);}document.getElementById('bc85137a').innerHTML += ' | View Map';var $lfc2e6a440b94f64831840137698021e1 = '

Kaskaskia Valley Community Credit Union

Address: 401 S Poplar St, Centralia, IL 62801, USA
Phone: (618) 533-6681
';var m_fc2e6a440b94f64831840137698021e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kaskaskia Valley Community Credit Union',});m_fc2e6a440b94f64831840137698021e1['infowindow'] = new google.maps.InfoWindow({content: $lfc2e6a440b94f64831840137698021e1});var infowindow = new google.maps.InfoWindow({content: $lfc2e6a440b94f64831840137698021e1});google.maps.event.addListener(m_fc2e6a440b94f64831840137698021e1, 'click', function() {infowindow.open(map,m_fc2e6a440b94f64831840137698021e1);});$marker.push(m_fc2e6a440b94f64831840137698021e1);}});}google.maps.event.addDomListener(window, 'load', initialize);