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.5931,-89.9772)};var g_18b8528e0acf81cf8386c4c87223a9b8 = new google.maps.Geocoder();g_18b8528e0acf81cf8386c4c87223a9b8.geocode( { 'address': "555 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-scott-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fairview-heights-IL-scott-credit-union'), mapOptions);}document.getElementById('d3350d83').innerHTML += ' | View Map';var $l18b8528e0acf81cf8386c4c87223a9b8 = '

Scott Credit Union

Address: 555 Lincoln Hwy, Fairview Heights, IL 62208, USA
Phone: (618) 345-1000
';var m_18b8528e0acf81cf8386c4c87223a9b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scott Credit Union',});m_18b8528e0acf81cf8386c4c87223a9b8['infowindow'] = new google.maps.InfoWindow({content: $l18b8528e0acf81cf8386c4c87223a9b8});var infowindow = new google.maps.InfoWindow({content: $l18b8528e0acf81cf8386c4c87223a9b8});google.maps.event.addListener(m_18b8528e0acf81cf8386c4c87223a9b8, 'click', function() {infowindow.open(map,m_18b8528e0acf81cf8386c4c87223a9b8);});$marker.push(m_18b8528e0acf81cf8386c4c87223a9b8);}});}google.maps.event.addDomListener(window, 'load', initialize);