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(42.1873,-88.4342)};var g_ac10ec1ace51b2d973cd87973a98d3ab = new google.maps.Geocoder();g_ac10ec1ace51b2d973cd87973a98d3ab.geocode( { 'address': "12101 Regency Pkwy, Huntley, IL 60142"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntley-IL-citizen-s-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntley-IL-citizen-s-first-national-bank'), mapOptions);}document.getElementById('4ada680b').innerHTML += ' | View Map';var $lac10ec1ace51b2d973cd87973a98d3ab = '

Citizen's First National Bank

Address: 12101 Regency Pkwy, Huntley, IL 60142
Phone: (847) 669-9292
';var m_ac10ec1ace51b2d973cd87973a98d3ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizen's First National Bank',});m_ac10ec1ace51b2d973cd87973a98d3ab['infowindow'] = new google.maps.InfoWindow({content: $lac10ec1ace51b2d973cd87973a98d3ab});var infowindow = new google.maps.InfoWindow({content: $lac10ec1ace51b2d973cd87973a98d3ab});google.maps.event.addListener(m_ac10ec1ace51b2d973cd87973a98d3ab, 'click', function() {infowindow.open(map,m_ac10ec1ace51b2d973cd87973a98d3ab);});$marker.push(m_ac10ec1ace51b2d973cd87973a98d3ab);}});}google.maps.event.addDomListener(window, 'load', initialize);