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(40.9174,-90.647)};var g_1f0643149dd5c86751215fd0040675aa = new google.maps.Geocoder();g_1f0643149dd5c86751215fd0040675aa.geocode( { 'address': "120 E Euclid Ave, Monmouth, IL 61462, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monmouth-IL-teachers-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('monmouth-IL-teachers-credit-union'), mapOptions);}document.getElementById('41f6602b').innerHTML += ' | View Map';var $l1f0643149dd5c86751215fd0040675aa = '

Teacher's Credit Union

Address: 120 E Euclid Ave, Monmouth, IL 61462, USA
Phone: (309) 734-3837
';var m_1f0643149dd5c86751215fd0040675aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Teacher's Credit Union',});m_1f0643149dd5c86751215fd0040675aa['infowindow'] = new google.maps.InfoWindow({content: $l1f0643149dd5c86751215fd0040675aa});var infowindow = new google.maps.InfoWindow({content: $l1f0643149dd5c86751215fd0040675aa});google.maps.event.addListener(m_1f0643149dd5c86751215fd0040675aa, 'click', function() {infowindow.open(map,m_1f0643149dd5c86751215fd0040675aa);});$marker.push(m_1f0643149dd5c86751215fd0040675aa);}});}google.maps.event.addDomListener(window, 'load', initialize);