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.7729,-87.3079)};var g_36c55a67042142c9590e8172a957d3b1 = new google.maps.Geocoder();g_36c55a67042142c9590e8172a957d3b1.geocode( { 'address': "104 W 11th St, Bicknell, IN 47512"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bicknell-IN-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('bicknell-IN-regions-bank'), mapOptions);}document.getElementById('8b0c484b').innerHTML += ' | View Map';var $l36c55a67042142c9590e8172a957d3b1 = '

Regions Bank

Address: 104 W 11th St, Bicknell, IN 47512
Phone: (812) 735-4733
';var m_36c55a67042142c9590e8172a957d3b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_36c55a67042142c9590e8172a957d3b1['infowindow'] = new google.maps.InfoWindow({content: $l36c55a67042142c9590e8172a957d3b1});var infowindow = new google.maps.InfoWindow({content: $l36c55a67042142c9590e8172a957d3b1});google.maps.event.addListener(m_36c55a67042142c9590e8172a957d3b1, 'click', function() {infowindow.open(map,m_36c55a67042142c9590e8172a957d3b1);});$marker.push(m_36c55a67042142c9590e8172a957d3b1);}});}google.maps.event.addDomListener(window, 'load', initialize);