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(41.9071,-92.082)};var g_86d26d99c38599b1526ef81bd49f8e9f = new google.maps.Geocoder();g_86d26d99c38599b1526ef81bd49f8e9f.geocode( { 'address': "212 Locust St NE, Blairstown, IA 52209"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blairstown-IA-blairstown-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('blairstown-IA-blairstown-bancorp'), mapOptions);}document.getElementById('423b06a0').innerHTML += ' | View Map';var $l86d26d99c38599b1526ef81bd49f8e9f = '

Blairstown Bancorp

Address: 212 Locust St NE, Blairstown, IA 52209
Phone: (319) 454-6231
';var m_86d26d99c38599b1526ef81bd49f8e9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blairstown Bancorp',});m_86d26d99c38599b1526ef81bd49f8e9f['infowindow'] = new google.maps.InfoWindow({content: $l86d26d99c38599b1526ef81bd49f8e9f});var infowindow = new google.maps.InfoWindow({content: $l86d26d99c38599b1526ef81bd49f8e9f});google.maps.event.addListener(m_86d26d99c38599b1526ef81bd49f8e9f, 'click', function() {infowindow.open(map,m_86d26d99c38599b1526ef81bd49f8e9f);});$marker.push(m_86d26d99c38599b1526ef81bd49f8e9f);}});}google.maps.event.addDomListener(window, 'load', initialize);