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.9435,-90.3628)};var g_3aef3586983eaf4db31ff5e7f50aa0e4 = new google.maps.Geocoder();g_3aef3586983eaf4db31ff5e7f50aa0e4.geocode( { 'address': "476 E South St, Galesburg, IL 61401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galesburg-IL-galesburg-burlington-cu').style.display = '';map = new google.maps.Map(document.getElementById('galesburg-IL-galesburg-burlington-cu'), mapOptions);}document.getElementById('d5110c15').innerHTML += ' | View Map';var $l3aef3586983eaf4db31ff5e7f50aa0e4 = '

Galesburg Burlington CU

Address: 476 E South St, Galesburg, IL 61401, USA
Phone: (309) 342-1775
';var m_3aef3586983eaf4db31ff5e7f50aa0e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Galesburg Burlington CU',});m_3aef3586983eaf4db31ff5e7f50aa0e4['infowindow'] = new google.maps.InfoWindow({content: $l3aef3586983eaf4db31ff5e7f50aa0e4});var infowindow = new google.maps.InfoWindow({content: $l3aef3586983eaf4db31ff5e7f50aa0e4});google.maps.event.addListener(m_3aef3586983eaf4db31ff5e7f50aa0e4, 'click', function() {infowindow.open(map,m_3aef3586983eaf4db31ff5e7f50aa0e4);});$marker.push(m_3aef3586983eaf4db31ff5e7f50aa0e4);}});}google.maps.event.addDomListener(window, 'load', initialize);