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.4928,-89.8175)};var g_93cf2a8818252408d0a78a0b37241c6d = new google.maps.Geocoder();g_93cf2a8818252408d0a78a0b37241c6d.geocode( { 'address': "1248 W Main St, Mascoutah, IL 62258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mascoutah-IL-scott-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mascoutah-IL-scott-credit-union'), mapOptions);}document.getElementById('d12d42db').innerHTML += ' | View Map';var $l93cf2a8818252408d0a78a0b37241c6d = '

Scott Credit Union

Address: 1248 W Main St, Mascoutah, IL 62258, USA
Phone: (618) 345-1000
';var m_93cf2a8818252408d0a78a0b37241c6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scott Credit Union',});m_93cf2a8818252408d0a78a0b37241c6d['infowindow'] = new google.maps.InfoWindow({content: $l93cf2a8818252408d0a78a0b37241c6d});var infowindow = new google.maps.InfoWindow({content: $l93cf2a8818252408d0a78a0b37241c6d});google.maps.event.addListener(m_93cf2a8818252408d0a78a0b37241c6d, 'click', function() {infowindow.open(map,m_93cf2a8818252408d0a78a0b37241c6d);});$marker.push(m_93cf2a8818252408d0a78a0b37241c6d);}});}google.maps.event.addDomListener(window, 'load', initialize);