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(42.631,-94.6006)};var g_b852196aa88151956e494c1f25dae95e = new google.maps.Geocoder();g_b852196aa88151956e494c1f25dae95e.geocode( { 'address': "528 Hanson Ave, Palmer, IA 50571, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmer-IA-pocahontas-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('palmer-IA-pocahontas-state-bank'), mapOptions);}document.getElementById('ace40cb6').innerHTML += ' | View Map';var $lb852196aa88151956e494c1f25dae95e = '

Pocahontas State Bank

Address: 528 Hanson Ave, Palmer, IA 50571, USA
Phone: (712) 359-2297
';var m_b852196aa88151956e494c1f25dae95e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pocahontas State Bank',});m_b852196aa88151956e494c1f25dae95e['infowindow'] = new google.maps.InfoWindow({content: $lb852196aa88151956e494c1f25dae95e});var infowindow = new google.maps.InfoWindow({content: $lb852196aa88151956e494c1f25dae95e});google.maps.event.addListener(m_b852196aa88151956e494c1f25dae95e, 'click', function() {infowindow.open(map,m_b852196aa88151956e494c1f25dae95e);});$marker.push(m_b852196aa88151956e494c1f25dae95e);}});}google.maps.event.addDomListener(window, 'load', initialize);