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.1383,-87.6085)};var g_ea5a486c712a91e48443cd802642223d = new google.maps.Geocoder();g_ea5a486c712a91e48443cd802642223d.geocode( { 'address': "1019 E Fairchild St, Danville, IL 61832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-IL-new-horizon-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('danville-IL-new-horizon-credit-union'), mapOptions);}document.getElementById('590dbd78').innerHTML += ' | View Map';var $lea5a486c712a91e48443cd802642223d = '

New Horizon Credit Union

Address: 1019 E Fairchild St, Danville, IL 61832, USA
Phone: (217) 431-4204
';var m_ea5a486c712a91e48443cd802642223d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Horizon Credit Union',});m_ea5a486c712a91e48443cd802642223d['infowindow'] = new google.maps.InfoWindow({content: $lea5a486c712a91e48443cd802642223d});var infowindow = new google.maps.InfoWindow({content: $lea5a486c712a91e48443cd802642223d});google.maps.event.addListener(m_ea5a486c712a91e48443cd802642223d, 'click', function() {infowindow.open(map,m_ea5a486c712a91e48443cd802642223d);});$marker.push(m_ea5a486c712a91e48443cd802642223d);}});}google.maps.event.addDomListener(window, 'load', initialize);