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.1376,-86.2116)};var g_a41acbd3ffd616b5fd306761bb865d23 = new google.maps.Geocoder();g_a41acbd3ffd616b5fd306761bb865d23.geocode( { 'address': "987 S White Ave, Sheridan, IN 46069"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sheridan-IN-farmers-bank').style.display = '';map = new google.maps.Map(document.getElementById('sheridan-IN-farmers-bank'), mapOptions);}document.getElementById('d1335b0a').innerHTML += ' | View Map';var $la41acbd3ffd616b5fd306761bb865d23 = '

Farmers Bank

Address: 987 S White Ave, Sheridan, IN 46069
Phone: (317) 758-9620
';var m_a41acbd3ffd616b5fd306761bb865d23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers Bank',});m_a41acbd3ffd616b5fd306761bb865d23['infowindow'] = new google.maps.InfoWindow({content: $la41acbd3ffd616b5fd306761bb865d23});var infowindow = new google.maps.InfoWindow({content: $la41acbd3ffd616b5fd306761bb865d23});google.maps.event.addListener(m_a41acbd3ffd616b5fd306761bb865d23, 'click', function() {infowindow.open(map,m_a41acbd3ffd616b5fd306761bb865d23);});$marker.push(m_a41acbd3ffd616b5fd306761bb865d23);}});}google.maps.event.addDomListener(window, 'load', initialize);