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(42.8818,-89.5607)};var g_92a763842faeaaa9e9fed136d596c597 = new google.maps.Geocoder();g_92a763842faeaaa9e9fed136d596c597.geocode( { 'address': "12 N Shore Dr, Belleville, WI 53508"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belleville-WI-bank-of-new-glarus').style.display = '';map = new google.maps.Map(document.getElementById('belleville-WI-bank-of-new-glarus'), mapOptions);}document.getElementById('83f19cca').innerHTML += ' | View Map';var $l92a763842faeaaa9e9fed136d596c597 = '

Bank of New Glarus

Address: 12 N Shore Dr, Belleville, WI 53508
Phone: (608) 424-1520
';var m_92a763842faeaaa9e9fed136d596c597 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of New Glarus',});m_92a763842faeaaa9e9fed136d596c597['infowindow'] = new google.maps.InfoWindow({content: $l92a763842faeaaa9e9fed136d596c597});var infowindow = new google.maps.InfoWindow({content: $l92a763842faeaaa9e9fed136d596c597});google.maps.event.addListener(m_92a763842faeaaa9e9fed136d596c597, 'click', function() {infowindow.open(map,m_92a763842faeaaa9e9fed136d596c597);});$marker.push(m_92a763842faeaaa9e9fed136d596c597);}});}google.maps.event.addDomListener(window, 'load', initialize);