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.7605,-89.9677)};var g_56ed0b5f56cafa2a8910d0056382185a = new google.maps.Geocoder();g_56ed0b5f56cafa2a8910d0056382185a.geocode( { 'address': "400 Junction Dr, Glen Carbon, IL 62034"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-carbon-IL-first-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('glen-carbon-IL-first-community-credit-union'), mapOptions);}document.getElementById('945caeea').innerHTML += ' | View Map';var $l56ed0b5f56cafa2a8910d0056382185a = '

First Community Credit Union

Address: 400 Junction Dr, Glen Carbon, IL 62034
Phone: (800) 767-8880
';var m_56ed0b5f56cafa2a8910d0056382185a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Credit Union',});m_56ed0b5f56cafa2a8910d0056382185a['infowindow'] = new google.maps.InfoWindow({content: $l56ed0b5f56cafa2a8910d0056382185a});var infowindow = new google.maps.InfoWindow({content: $l56ed0b5f56cafa2a8910d0056382185a});google.maps.event.addListener(m_56ed0b5f56cafa2a8910d0056382185a, 'click', function() {infowindow.open(map,m_56ed0b5f56cafa2a8910d0056382185a);});$marker.push(m_56ed0b5f56cafa2a8910d0056382185a);}});}google.maps.event.addDomListener(window, 'load', initialize);