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.7921,-89.6876)};var g_1b7bb1766ea299dfd697a73c8628b3b7 = new google.maps.Geocoder();g_1b7bb1766ea299dfd697a73c8628b3b7.geocode( { 'address': "12455 State Route 143, Highland, IL 62249"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-IL-scott-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('highland-IL-scott-credit-union'), mapOptions);}document.getElementById('1500ad25').innerHTML += ' | View Map';var $l1b7bb1766ea299dfd697a73c8628b3b7 = '

Scott Credit Union

Address: 12455 State Route 143, Highland, IL 62249
Phone: (618) 651-9500
';var m_1b7bb1766ea299dfd697a73c8628b3b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scott Credit Union',});m_1b7bb1766ea299dfd697a73c8628b3b7['infowindow'] = new google.maps.InfoWindow({content: $l1b7bb1766ea299dfd697a73c8628b3b7});var infowindow = new google.maps.InfoWindow({content: $l1b7bb1766ea299dfd697a73c8628b3b7});google.maps.event.addListener(m_1b7bb1766ea299dfd697a73c8628b3b7, 'click', function() {infowindow.open(map,m_1b7bb1766ea299dfd697a73c8628b3b7);});$marker.push(m_1b7bb1766ea299dfd697a73c8628b3b7);}});}google.maps.event.addDomListener(window, 'load', initialize);