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.0171,-88.5384)};var g_91e5f301bc3b042baf2207a82676eb8a = new google.maps.Geocoder();g_91e5f301bc3b042baf2207a82676eb8a.geocode( { 'address': "1492 W South Park Ave, Oshkosh, WI 54902"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oshkosh-WI-anchor-bank').style.display = '';map = new google.maps.Map(document.getElementById('oshkosh-WI-anchor-bank'), mapOptions);}document.getElementById('d06ebbb7').innerHTML += ' | View Map';var $l91e5f301bc3b042baf2207a82676eb8a = '

Anchor Bank

Address: 1492 W South Park Ave, Oshkosh, WI 54902
Phone: (920) 236-3884
';var m_91e5f301bc3b042baf2207a82676eb8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Anchor Bank',});m_91e5f301bc3b042baf2207a82676eb8a['infowindow'] = new google.maps.InfoWindow({content: $l91e5f301bc3b042baf2207a82676eb8a});var infowindow = new google.maps.InfoWindow({content: $l91e5f301bc3b042baf2207a82676eb8a});google.maps.event.addListener(m_91e5f301bc3b042baf2207a82676eb8a, 'click', function() {infowindow.open(map,m_91e5f301bc3b042baf2207a82676eb8a);});$marker.push(m_91e5f301bc3b042baf2207a82676eb8a);}});}google.maps.event.addDomListener(window, 'load', initialize);