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.1256,-87.6244)};var g_8731805a634560320dd02b139730d3fa = new google.maps.Geocoder();g_8731805a634560320dd02b139730d3fa.geocode( { 'address': "329 E North St, Danville, IL 61832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-IL-lauhoff-employee-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('danville-IL-lauhoff-employee-credit-union'), mapOptions);}document.getElementById('089dffed').innerHTML += ' | View Map';var $l8731805a634560320dd02b139730d3fa = '

Lauhoff Employee Credit Union

Address: 329 E North St, Danville, IL 61832, USA
Phone: (217) 443-9837
';var m_8731805a634560320dd02b139730d3fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lauhoff Employee Credit Union',});m_8731805a634560320dd02b139730d3fa['infowindow'] = new google.maps.InfoWindow({content: $l8731805a634560320dd02b139730d3fa});var infowindow = new google.maps.InfoWindow({content: $l8731805a634560320dd02b139730d3fa});google.maps.event.addListener(m_8731805a634560320dd02b139730d3fa, 'click', function() {infowindow.open(map,m_8731805a634560320dd02b139730d3fa);});$marker.push(m_8731805a634560320dd02b139730d3fa);}});}google.maps.event.addDomListener(window, 'load', initialize);