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

Lauhoff Credit Union

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