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(38.8979,-87.185)};var g_59fbe4db2c8e7c5ebd3aebb83a4adbd0 = new google.maps.Geocoder();g_59fbe4db2c8e7c5ebd3aebb83a4adbd0.geocode( { 'address': "102 N Anderson St, Sandborn, IN 47578"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandborn-IN-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('sandborn-IN-first-financial-bank'), mapOptions);}document.getElementById('591f7246').innerHTML += ' | View Map';var $l59fbe4db2c8e7c5ebd3aebb83a4adbd0 = '

First Financial Bank

Address: 102 N Anderson St, Sandborn, IN 47578
Phone: (812) 694-8463
';var m_59fbe4db2c8e7c5ebd3aebb83a4adbd0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_59fbe4db2c8e7c5ebd3aebb83a4adbd0['infowindow'] = new google.maps.InfoWindow({content: $l59fbe4db2c8e7c5ebd3aebb83a4adbd0});var infowindow = new google.maps.InfoWindow({content: $l59fbe4db2c8e7c5ebd3aebb83a4adbd0});google.maps.event.addListener(m_59fbe4db2c8e7c5ebd3aebb83a4adbd0, 'click', function() {infowindow.open(map,m_59fbe4db2c8e7c5ebd3aebb83a4adbd0);});$marker.push(m_59fbe4db2c8e7c5ebd3aebb83a4adbd0);}});}google.maps.event.addDomListener(window, 'load', initialize);