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(44.4269,-91.2045)};var g_f63931a910b94513f759377cd4dcbc70 = new google.maps.Geocoder();g_f63931a910b94513f759377cd4dcbc70.geocode( { 'address': "40214 Ekern Ave, Pigeon Falls, WI 54760"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pigeon-falls-WI-pigeon-falls-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('pigeon-falls-WI-pigeon-falls-state-bank'), mapOptions);}document.getElementById('5647aae0').innerHTML += ' | View Map';var $lf63931a910b94513f759377cd4dcbc70 = '

Pigeon Falls State Bank

Address: 40214 Ekern Ave, Pigeon Falls, WI 54760
Phone: (715) 983-2295
';var m_f63931a910b94513f759377cd4dcbc70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pigeon Falls State Bank',});m_f63931a910b94513f759377cd4dcbc70['infowindow'] = new google.maps.InfoWindow({content: $lf63931a910b94513f759377cd4dcbc70});var infowindow = new google.maps.InfoWindow({content: $lf63931a910b94513f759377cd4dcbc70});google.maps.event.addListener(m_f63931a910b94513f759377cd4dcbc70, 'click', function() {infowindow.open(map,m_f63931a910b94513f759377cd4dcbc70);});$marker.push(m_f63931a910b94513f759377cd4dcbc70);}});}google.maps.event.addDomListener(window, 'load', initialize);