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.4084,-90.3711)};var g_c54617c0416d88a96e5287553de05c33 = new google.maps.Geocoder();g_c54617c0416d88a96e5287553de05c33.geocode( { 'address': "9816 W Us Hwy 20, Galena, IL 61036"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galena-IL-first-community-bank-of-galena').style.display = '';map = new google.maps.Map(document.getElementById('galena-IL-first-community-bank-of-galena'), mapOptions);}document.getElementById('cfa1494a').innerHTML += ' | View Map';var $lc54617c0416d88a96e5287553de05c33 = '

First Community Bank of Galena

Address: 9816 W Us Hwy 20, Galena, IL 61036
Phone: (815) 777-8800
';var m_c54617c0416d88a96e5287553de05c33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank of Galena',});m_c54617c0416d88a96e5287553de05c33['infowindow'] = new google.maps.InfoWindow({content: $lc54617c0416d88a96e5287553de05c33});var infowindow = new google.maps.InfoWindow({content: $lc54617c0416d88a96e5287553de05c33});google.maps.event.addListener(m_c54617c0416d88a96e5287553de05c33, 'click', function() {infowindow.open(map,m_c54617c0416d88a96e5287553de05c33);});$marker.push(m_c54617c0416d88a96e5287553de05c33);}});}google.maps.event.addDomListener(window, 'load', initialize);