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.7037,-87.5027)};var g_8e576e753c2932a38d6fb13a6bf5b573 = new google.maps.Geocoder();g_8e576e753c2932a38d6fb13a6bf5b573.geocode( { 'address': "216 W Main St, Forestville, WI 54213"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forestville-WI-bank-of-luxemburg').style.display = '';map = new google.maps.Map(document.getElementById('forestville-WI-bank-of-luxemburg'), mapOptions);}document.getElementById('66157942').innerHTML += ' | View Map';var $l8e576e753c2932a38d6fb13a6bf5b573 = '

Bank Of Luxemburg

Address: 216 W Main St, Forestville, WI 54213
Phone: (920) 856-6218
';var m_8e576e753c2932a38d6fb13a6bf5b573 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Luxemburg',});m_8e576e753c2932a38d6fb13a6bf5b573['infowindow'] = new google.maps.InfoWindow({content: $l8e576e753c2932a38d6fb13a6bf5b573});var infowindow = new google.maps.InfoWindow({content: $l8e576e753c2932a38d6fb13a6bf5b573});google.maps.event.addListener(m_8e576e753c2932a38d6fb13a6bf5b573, 'click', function() {infowindow.open(map,m_8e576e753c2932a38d6fb13a6bf5b573);});$marker.push(m_8e576e753c2932a38d6fb13a6bf5b573);}});}google.maps.event.addDomListener(window, 'load', initialize);