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(41.7882,-90.2223)};var g_00d0ec0cf2dae0f8400870d580fa77d0 = new google.maps.Geocoder();g_00d0ec0cf2dae0f8400870d580fa77d0.geocode( { 'address': "209 S Main St, Albany, IL 61230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-IL-first-trust--savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('albany-IL-first-trust--savings-bank'), mapOptions);}document.getElementById('24395ac0').innerHTML += ' | View Map';var $l00d0ec0cf2dae0f8400870d580fa77d0 = '

First Trust & Savings Bank

Address: 209 S Main St, Albany, IL 61230, USA
Phone: (309) 887-4335
';var m_00d0ec0cf2dae0f8400870d580fa77d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Trust & Savings Bank',});m_00d0ec0cf2dae0f8400870d580fa77d0['infowindow'] = new google.maps.InfoWindow({content: $l00d0ec0cf2dae0f8400870d580fa77d0});var infowindow = new google.maps.InfoWindow({content: $l00d0ec0cf2dae0f8400870d580fa77d0});google.maps.event.addListener(m_00d0ec0cf2dae0f8400870d580fa77d0, 'click', function() {infowindow.open(map,m_00d0ec0cf2dae0f8400870d580fa77d0);});$marker.push(m_00d0ec0cf2dae0f8400870d580fa77d0);}});}google.maps.event.addDomListener(window, 'load', initialize);