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.2889,-84.8655)};var g_1a7ce11d6848710f76b532956bec34fc = new google.maps.Geocoder();g_1a7ce11d6848710f76b532956bec34fc.geocode( { 'address': "West Harrison, IN 47060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-harrison-IN-freedom-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-harrison-IN-freedom-bank'), mapOptions);}document.getElementById('45c5726f').innerHTML += ' | View Map';var $l1a7ce11d6848710f76b532956bec34fc = '

Freedom Bank

Address: West Harrison, IN 47060
Phone: (812) 637-0091
';var m_1a7ce11d6848710f76b532956bec34fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Freedom Bank',});m_1a7ce11d6848710f76b532956bec34fc['infowindow'] = new google.maps.InfoWindow({content: $l1a7ce11d6848710f76b532956bec34fc});var infowindow = new google.maps.InfoWindow({content: $l1a7ce11d6848710f76b532956bec34fc});google.maps.event.addListener(m_1a7ce11d6848710f76b532956bec34fc, 'click', function() {infowindow.open(map,m_1a7ce11d6848710f76b532956bec34fc);});$marker.push(m_1a7ce11d6848710f76b532956bec34fc);}});}google.maps.event.addDomListener(window, 'load', initialize);