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(40.6143,-87.3152)};var g_ee39c47270ad3917cdfd0bd22c7100db = new google.maps.Geocoder();g_ee39c47270ad3917cdfd0bd22c7100db.geocode( { 'address': "406 S Grant Ave, Fowler, IN 47944, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fowler-IN-fowler-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('fowler-IN-fowler-state-bank'), mapOptions);}document.getElementById('44c23cb1').innerHTML += ' | View Map';var $lee39c47270ad3917cdfd0bd22c7100db = '

Fowler State Bank

Address: 406 S Grant Ave, Fowler, IN 47944, USA
Phone: (765) 884-3241
';var m_ee39c47270ad3917cdfd0bd22c7100db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fowler State Bank',});m_ee39c47270ad3917cdfd0bd22c7100db['infowindow'] = new google.maps.InfoWindow({content: $lee39c47270ad3917cdfd0bd22c7100db});var infowindow = new google.maps.InfoWindow({content: $lee39c47270ad3917cdfd0bd22c7100db});google.maps.event.addListener(m_ee39c47270ad3917cdfd0bd22c7100db, 'click', function() {infowindow.open(map,m_ee39c47270ad3917cdfd0bd22c7100db);});$marker.push(m_ee39c47270ad3917cdfd0bd22c7100db);}});}google.maps.event.addDomListener(window, 'load', initialize);