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.6468,-88.6234)};var g_4a50910eb613761dc216ed4835dfab9b = new google.maps.Geocoder();g_4a50910eb613761dc216ed4835dfab9b.geocode( { 'address': "200 E Church St, Sandwich, IL 60548"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandwich-IL-heartland-bank-and-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('sandwich-IL-heartland-bank-and-trust-company'), mapOptions);}document.getElementById('61ba3de7').innerHTML += ' | View Map';var $l4a50910eb613761dc216ed4835dfab9b = '

Heartland Bank and Trust Company

Address: 200 E Church St, Sandwich, IL 60548
Phone: (815) 786-2115
';var m_4a50910eb613761dc216ed4835dfab9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heartland Bank and Trust Company',});m_4a50910eb613761dc216ed4835dfab9b['infowindow'] = new google.maps.InfoWindow({content: $l4a50910eb613761dc216ed4835dfab9b});var infowindow = new google.maps.InfoWindow({content: $l4a50910eb613761dc216ed4835dfab9b});google.maps.event.addListener(m_4a50910eb613761dc216ed4835dfab9b, 'click', function() {infowindow.open(map,m_4a50910eb613761dc216ed4835dfab9b);});$marker.push(m_4a50910eb613761dc216ed4835dfab9b);}});}google.maps.event.addDomListener(window, 'load', initialize);