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.9894,-87.0837)};var g_6aa382322f039edf44cf499591a96761 = new google.maps.Geocoder();g_6aa382322f039edf44cf499591a96761.geocode( { 'address': "147 W Broad St, Lyons, IN 47443"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyons-IN-bloomfield-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('lyons-IN-bloomfield-state-bank'), mapOptions);}document.getElementById('d692156f').innerHTML += ' | View Map';var $l6aa382322f039edf44cf499591a96761 = '

Bloomfield State Bank

Address: 147 W Broad St, Lyons, IN 47443
Phone: (812) 659-9966
';var m_6aa382322f039edf44cf499591a96761 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bloomfield State Bank',});m_6aa382322f039edf44cf499591a96761['infowindow'] = new google.maps.InfoWindow({content: $l6aa382322f039edf44cf499591a96761});var infowindow = new google.maps.InfoWindow({content: $l6aa382322f039edf44cf499591a96761});google.maps.event.addListener(m_6aa382322f039edf44cf499591a96761, 'click', function() {infowindow.open(map,m_6aa382322f039edf44cf499591a96761);});$marker.push(m_6aa382322f039edf44cf499591a96761);}});}google.maps.event.addDomListener(window, 'load', initialize);