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.1881,-87.1207)};var g_177a3b68f66bc7dc139103594b1112a0 = new google.maps.Geocoder();g_177a3b68f66bc7dc139103594b1112a0.geocode( { 'address': "3920 IN-10, Wheatfield, IN 46392, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wheatfield-IN-demotte-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('wheatfield-IN-demotte-state-bank'), mapOptions);}document.getElementById('d4f36500').innerHTML += ' | View Map';var $l177a3b68f66bc7dc139103594b1112a0 = '

Demotte State Bank

Address: 3920 IN-10, Wheatfield, IN 46392, USA
Phone: (219) 956-2756
';var m_177a3b68f66bc7dc139103594b1112a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Demotte State Bank',});m_177a3b68f66bc7dc139103594b1112a0['infowindow'] = new google.maps.InfoWindow({content: $l177a3b68f66bc7dc139103594b1112a0});var infowindow = new google.maps.InfoWindow({content: $l177a3b68f66bc7dc139103594b1112a0});google.maps.event.addListener(m_177a3b68f66bc7dc139103594b1112a0, 'click', function() {infowindow.open(map,m_177a3b68f66bc7dc139103594b1112a0);});$marker.push(m_177a3b68f66bc7dc139103594b1112a0);}});}google.maps.event.addDomListener(window, 'load', initialize);