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.8904,-90.1858)};var g_ae502204564aafbffb712be630e3910b = new google.maps.Geocoder();g_ae502204564aafbffb712be630e3910b.geocode( { 'address': "2 W Broadway, Alton, IL 62002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alton-IL-alton-bell-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('alton-IL-alton-bell-community-credit-union'), mapOptions);}document.getElementById('9793b2ba').innerHTML += ' | View Map';var $lae502204564aafbffb712be630e3910b = '

Alton Bell Community Credit Union

Address: 2 W Broadway, Alton, IL 62002, USA
Phone: (618) 462-3413
';var m_ae502204564aafbffb712be630e3910b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alton Bell Community Credit Union',});m_ae502204564aafbffb712be630e3910b['infowindow'] = new google.maps.InfoWindow({content: $lae502204564aafbffb712be630e3910b});var infowindow = new google.maps.InfoWindow({content: $lae502204564aafbffb712be630e3910b});google.maps.event.addListener(m_ae502204564aafbffb712be630e3910b, 'click', function() {infowindow.open(map,m_ae502204564aafbffb712be630e3910b);});$marker.push(m_ae502204564aafbffb712be630e3910b);}});}google.maps.event.addDomListener(window, 'load', initialize);