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.8882,-88.3112)};var g_fb45343c4635769a36c5072e04b6b978 = new google.maps.Geocoder();g_fb45343c4635769a36c5072e04b6b978.geocode( { 'address': "514 W State St, Geneva, IL 60134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('geneva-IL-geneva-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('geneva-IL-geneva-bank--trust'), mapOptions);}document.getElementById('a22f3bd6').innerHTML += ' | View Map';var $lfb45343c4635769a36c5072e04b6b978 = '

Geneva Bank & Trust

Address: 514 W State St, Geneva, IL 60134, USA
Phone: (630) 845-0994
';var m_fb45343c4635769a36c5072e04b6b978 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Geneva Bank & Trust',});m_fb45343c4635769a36c5072e04b6b978['infowindow'] = new google.maps.InfoWindow({content: $lfb45343c4635769a36c5072e04b6b978});var infowindow = new google.maps.InfoWindow({content: $lfb45343c4635769a36c5072e04b6b978});google.maps.event.addListener(m_fb45343c4635769a36c5072e04b6b978, 'click', function() {infowindow.open(map,m_fb45343c4635769a36c5072e04b6b978);});$marker.push(m_fb45343c4635769a36c5072e04b6b978);}});}google.maps.event.addDomListener(window, 'load', initialize);