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(37.7284,-89.2229)};var g_567574885acdc48483e6d53e4f4ab09a = new google.maps.Geocoder();g_567574885acdc48483e6d53e4f4ab09a.geocode( { 'address': "400 N Giant City Rd, Carbondale, IL 62902"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carbondale-IL-siu-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('carbondale-IL-siu-credit-union'), mapOptions);}document.getElementById('a7443889').innerHTML += ' | View Map';var $l567574885acdc48483e6d53e4f4ab09a = '

Siu Credit Union

Address: 400 N Giant City Rd, Carbondale, IL 62902
Phone: (618) 457-3595
';var m_567574885acdc48483e6d53e4f4ab09a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Siu Credit Union',});m_567574885acdc48483e6d53e4f4ab09a['infowindow'] = new google.maps.InfoWindow({content: $l567574885acdc48483e6d53e4f4ab09a});var infowindow = new google.maps.InfoWindow({content: $l567574885acdc48483e6d53e4f4ab09a});google.maps.event.addListener(m_567574885acdc48483e6d53e4f4ab09a, 'click', function() {infowindow.open(map,m_567574885acdc48483e6d53e4f4ab09a);});$marker.push(m_567574885acdc48483e6d53e4f4ab09a);}});}google.maps.event.addDomListener(window, 'load', initialize);