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.6147,-88.7993)};var g_0d6c3328aca8283a680588b4b4ea566e = new google.maps.Geocoder();g_0d6c3328aca8283a680588b4b4ea566e.geocode( { 'address': "200 N Main St, Leland, IL 60531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leland-IL-nbt---leland-branch').style.display = '';map = new google.maps.Map(document.getElementById('leland-IL-nbt---leland-branch'), mapOptions);}document.getElementById('7ad8e240').innerHTML += ' | View Map';var $l0d6c3328aca8283a680588b4b4ea566e = '

NB&T - Leland Branch

Address: 200 N Main St, Leland, IL 60531, USA
Phone: (888) 895-2125
';var m_0d6c3328aca8283a680588b4b4ea566e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NB&T - Leland Branch',});m_0d6c3328aca8283a680588b4b4ea566e['infowindow'] = new google.maps.InfoWindow({content: $l0d6c3328aca8283a680588b4b4ea566e});var infowindow = new google.maps.InfoWindow({content: $l0d6c3328aca8283a680588b4b4ea566e});google.maps.event.addListener(m_0d6c3328aca8283a680588b4b4ea566e, 'click', function() {infowindow.open(map,m_0d6c3328aca8283a680588b4b4ea566e);});$marker.push(m_0d6c3328aca8283a680588b4b4ea566e);}});}google.maps.event.addDomListener(window, 'load', initialize);