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.1282,-88.1923)};var g_874312547e757ce44d766cc5a2ba12ea = new google.maps.Geocoder();g_874312547e757ce44d766cc5a2ba12ea.geocode( { 'address': "N O, 1606 Willow View Rd #1, Urbana, IL 61802, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('urbana-IL-urbana-municipal-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('urbana-IL-urbana-municipal-employees-cu'), mapOptions);}document.getElementById('146df679').innerHTML += ' | View Map';var $l874312547e757ce44d766cc5a2ba12ea = '

Urbana Municipal Employees CU

Address: N O, 1606 Willow View Rd #1, Urbana, IL 61802, USA
Phone: (217) 337-0240
';var m_874312547e757ce44d766cc5a2ba12ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Urbana Municipal Employees CU',});m_874312547e757ce44d766cc5a2ba12ea['infowindow'] = new google.maps.InfoWindow({content: $l874312547e757ce44d766cc5a2ba12ea});var infowindow = new google.maps.InfoWindow({content: $l874312547e757ce44d766cc5a2ba12ea});google.maps.event.addListener(m_874312547e757ce44d766cc5a2ba12ea, 'click', function() {infowindow.open(map,m_874312547e757ce44d766cc5a2ba12ea);});$marker.push(m_874312547e757ce44d766cc5a2ba12ea);}});}google.maps.event.addDomListener(window, 'load', initialize);