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.6903,-87.4826)};var g_d6e9285b5d330b742c5c0ead2e560592 = new google.maps.Geocoder();g_d6e9285b5d330b742c5c0ead2e560592.geocode( { 'address': "216 W Main St, Forestville, WI 54213, USA"}, 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('e61a2276').innerHTML += ' | View Map';var $ld6e9285b5d330b742c5c0ead2e560592 = '

Bank of Luxemburg

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