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.3545,-85.9668)};var g_82a923e444bfce561988171d390e159b = new google.maps.Geocoder();g_82a923e444bfce561988171d390e159b.geocode( { 'address': "100 W Main Cross St, Edinburgh, IN 46124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edinburgh-IN-salin-bank--edinburgh').style.display = '';map = new google.maps.Map(document.getElementById('edinburgh-IN-salin-bank--edinburgh'), mapOptions);}document.getElementById('d2effb3f').innerHTML += ' | View Map';var $l82a923e444bfce561988171d390e159b = '

Salin Bank- Edinburgh

Address: 100 W Main Cross St, Edinburgh, IN 46124, USA
Phone: (812) 418-5230
';var m_82a923e444bfce561988171d390e159b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Salin Bank- Edinburgh',});m_82a923e444bfce561988171d390e159b['infowindow'] = new google.maps.InfoWindow({content: $l82a923e444bfce561988171d390e159b});var infowindow = new google.maps.InfoWindow({content: $l82a923e444bfce561988171d390e159b});google.maps.event.addListener(m_82a923e444bfce561988171d390e159b, 'click', function() {infowindow.open(map,m_82a923e444bfce561988171d390e159b);});$marker.push(m_82a923e444bfce561988171d390e159b);}});}google.maps.event.addDomListener(window, 'load', initialize);