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(39.0704,-87.2561)};var g_571d3a9420bfd9219f65b643d0003bf4 = new google.maps.Geocoder();g_571d3a9420bfd9219f65b643d0003bf4.geocode( { 'address': "879 S 3 Rd, Dugger, IN 47848, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dugger-IN-first-farmers-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('dugger-IN-first-farmers-state-bank'), mapOptions);}document.getElementById('e08d3b03').innerHTML += ' | View Map';var $l571d3a9420bfd9219f65b643d0003bf4 = '

First Farmers State Bank

Address: 879 S 3 Rd, Dugger, IN 47848, USA
Phone: (812) 648-2251
';var m_571d3a9420bfd9219f65b643d0003bf4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Farmers State Bank',});m_571d3a9420bfd9219f65b643d0003bf4['infowindow'] = new google.maps.InfoWindow({content: $l571d3a9420bfd9219f65b643d0003bf4});var infowindow = new google.maps.InfoWindow({content: $l571d3a9420bfd9219f65b643d0003bf4});google.maps.event.addListener(m_571d3a9420bfd9219f65b643d0003bf4, 'click', function() {infowindow.open(map,m_571d3a9420bfd9219f65b643d0003bf4);});$marker.push(m_571d3a9420bfd9219f65b643d0003bf4);}});}google.maps.event.addDomListener(window, 'load', initialize);