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.593,-89.9737)};var g_762fbab22c705a59f2f34779a794f4bc = new google.maps.Geocoder();g_762fbab22c705a59f2f34779a794f4bc.geocode( { 'address': "801 Lincoln Hwy, Fairview Heights, IL 62208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairview-heights-IL-first-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fairview-heights-IL-first-community-credit-union'), mapOptions);}document.getElementById('e505a6b2').innerHTML += ' | View Map';var $l762fbab22c705a59f2f34779a794f4bc = '

First Community Credit Union

Address: 801 Lincoln Hwy, Fairview Heights, IL 62208, USA
Phone: (636) 728-3333
';var m_762fbab22c705a59f2f34779a794f4bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Credit Union',});m_762fbab22c705a59f2f34779a794f4bc['infowindow'] = new google.maps.InfoWindow({content: $l762fbab22c705a59f2f34779a794f4bc});var infowindow = new google.maps.InfoWindow({content: $l762fbab22c705a59f2f34779a794f4bc});google.maps.event.addListener(m_762fbab22c705a59f2f34779a794f4bc, 'click', function() {infowindow.open(map,m_762fbab22c705a59f2f34779a794f4bc);});$marker.push(m_762fbab22c705a59f2f34779a794f4bc);}});}google.maps.event.addDomListener(window, 'load', initialize);