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.7664,-90.2144)};var g_d690fdab0437d14d4f2a887a3d2bfdbf = new google.maps.Geocoder();g_d690fdab0437d14d4f2a887a3d2bfdbf.geocode( { 'address': "209 S Main St, Albany, IL 61230"}, 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('a08ab73f').innerHTML += ' | View Map';var $ld690fdab0437d14d4f2a887a3d2bfdbf = '

First Trust & Savings Bank

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