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.3107,-86.8277)};var g_a60d05725fe3891716ad214ef47b2937 = new google.maps.Geocoder();g_a60d05725fe3891716ad214ef47b2937.geocode( { 'address': "4687 S Cross St, St Anthony, IN 47575, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-anthony-IN-old-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-anthony-IN-old-national-bank'), mapOptions);}document.getElementById('535d37af').innerHTML += ' | View Map';var $la60d05725fe3891716ad214ef47b2937 = '

Old National Bank

Address: 4687 S Cross St, St Anthony, IN 47575, USA
Phone: (812) 326-2668
';var m_a60d05725fe3891716ad214ef47b2937 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank',});m_a60d05725fe3891716ad214ef47b2937['infowindow'] = new google.maps.InfoWindow({content: $la60d05725fe3891716ad214ef47b2937});var infowindow = new google.maps.InfoWindow({content: $la60d05725fe3891716ad214ef47b2937});google.maps.event.addListener(m_a60d05725fe3891716ad214ef47b2937, 'click', function() {infowindow.open(map,m_a60d05725fe3891716ad214ef47b2937);});$marker.push(m_a60d05725fe3891716ad214ef47b2937);}});}google.maps.event.addDomListener(window, 'load', initialize);