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.1635,-87.1992)};var g_170507b9c14160af6048d41c9d6dcce7 = new google.maps.Geocoder();g_170507b9c14160af6048d41c9d6dcce7.geocode( { 'address': "315 E Main St, Jasonville, IN 47438"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasonville-IN-shakamak-branch-bloomfield-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('jasonville-IN-shakamak-branch-bloomfield-state-bank'), mapOptions);}document.getElementById('00e5b01e').innerHTML += ' | View Map';var $l170507b9c14160af6048d41c9d6dcce7 = '

Shakamak Branch Bloomfield State Bank

Address: 315 E Main St, Jasonville, IN 47438
Phone: (812) 665-2248
';var m_170507b9c14160af6048d41c9d6dcce7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shakamak Branch Bloomfield State Bank',});m_170507b9c14160af6048d41c9d6dcce7['infowindow'] = new google.maps.InfoWindow({content: $l170507b9c14160af6048d41c9d6dcce7});var infowindow = new google.maps.InfoWindow({content: $l170507b9c14160af6048d41c9d6dcce7});google.maps.event.addListener(m_170507b9c14160af6048d41c9d6dcce7, 'click', function() {infowindow.open(map,m_170507b9c14160af6048d41c9d6dcce7);});$marker.push(m_170507b9c14160af6048d41c9d6dcce7);}});}google.maps.event.addDomListener(window, 'load', initialize);