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(39.8271,-88.9241)};var g_32baa8985154c9f45d6f00c04416e904 = new google.maps.Geocoder();g_32baa8985154c9f45d6f00c04416e904.geocode( { 'address': "225 N Water St, Decatur, IL 62523"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-IL-hickory-point-bank-trust-fsb').style.display = '';map = new google.maps.Map(document.getElementById('decatur-IL-hickory-point-bank-trust-fsb'), mapOptions);}document.getElementById('5f191558').innerHTML += ' | View Map';var $l32baa8985154c9f45d6f00c04416e904 = '

Hickory Point Bank & Trust Fsb

Address: 225 N Water St, Decatur, IL 62523
Phone: (217) 875-3131
';var m_32baa8985154c9f45d6f00c04416e904 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hickory Point Bank & Trust Fsb',});m_32baa8985154c9f45d6f00c04416e904['infowindow'] = new google.maps.InfoWindow({content: $l32baa8985154c9f45d6f00c04416e904});var infowindow = new google.maps.InfoWindow({content: $l32baa8985154c9f45d6f00c04416e904});google.maps.event.addListener(m_32baa8985154c9f45d6f00c04416e904, 'click', function() {infowindow.open(map,m_32baa8985154c9f45d6f00c04416e904);});$marker.push(m_32baa8985154c9f45d6f00c04416e904);}});}google.maps.event.addDomListener(window, 'load', initialize);