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.0324,-88.5891)};var g_7bbf34d36e573ef2b41dcc42b6206745 = new google.maps.Geocoder();g_7bbf34d36e573ef2b41dcc42b6206745.geocode( { 'address': "2251 Omro Rd, Oshkosh, WI 54904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oshkosh-WI-horicon-bank').style.display = '';map = new google.maps.Map(document.getElementById('oshkosh-WI-horicon-bank'), mapOptions);}document.getElementById('3e308dd4').innerHTML += ' | View Map';var $l7bbf34d36e573ef2b41dcc42b6206745 = '

Horicon Bank

Address: 2251 Omro Rd, Oshkosh, WI 54904, USA
Phone: (920) 232-7420
';var m_7bbf34d36e573ef2b41dcc42b6206745 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horicon Bank',});m_7bbf34d36e573ef2b41dcc42b6206745['infowindow'] = new google.maps.InfoWindow({content: $l7bbf34d36e573ef2b41dcc42b6206745});var infowindow = new google.maps.InfoWindow({content: $l7bbf34d36e573ef2b41dcc42b6206745});google.maps.event.addListener(m_7bbf34d36e573ef2b41dcc42b6206745, 'click', function() {infowindow.open(map,m_7bbf34d36e573ef2b41dcc42b6206745);});$marker.push(m_7bbf34d36e573ef2b41dcc42b6206745);}});}google.maps.event.addDomListener(window, 'load', initialize);