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.3869,-88.9974)};var g_2ef04073c2fe0526f1e12b9207d01a7f = new google.maps.Geocoder();g_2ef04073c2fe0526f1e12b9207d01a7f.geocode( { 'address': "100 Mill St, Utica, IL 61373"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('utica-IL-la-salle-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('utica-IL-la-salle-state-bank'), mapOptions);}document.getElementById('bf1a99c8').innerHTML += ' | View Map';var $l2ef04073c2fe0526f1e12b9207d01a7f = '

La Salle State Bank

Address: 100 Mill St, Utica, IL 61373
Phone: (815) 667-4232
';var m_2ef04073c2fe0526f1e12b9207d01a7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'La Salle State Bank',});m_2ef04073c2fe0526f1e12b9207d01a7f['infowindow'] = new google.maps.InfoWindow({content: $l2ef04073c2fe0526f1e12b9207d01a7f});var infowindow = new google.maps.InfoWindow({content: $l2ef04073c2fe0526f1e12b9207d01a7f});google.maps.event.addListener(m_2ef04073c2fe0526f1e12b9207d01a7f, 'click', function() {infowindow.open(map,m_2ef04073c2fe0526f1e12b9207d01a7f);});$marker.push(m_2ef04073c2fe0526f1e12b9207d01a7f);}});}google.maps.event.addDomListener(window, 'load', initialize);