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.6806,-88.0525)};var g_1e30822b8bd1d607bb099fa9387b8976 = new google.maps.Geocoder();g_1e30822b8bd1d607bb099fa9387b8976.geocode( { 'address': "1500 Main St, Union Grove, WI 53182, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-grove-WI-community-bank-investment-center').style.display = '';map = new google.maps.Map(document.getElementById('union-grove-WI-community-bank-investment-center'), mapOptions);}document.getElementById('b1fa650b').innerHTML += ' | View Map';var $l1e30822b8bd1d607bb099fa9387b8976 = '

Community Bank Investment Center

Address: 1500 Main St, Union Grove, WI 53182, USA
Phone: (262) 878-3531
';var m_1e30822b8bd1d607bb099fa9387b8976 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Investment Center',});m_1e30822b8bd1d607bb099fa9387b8976['infowindow'] = new google.maps.InfoWindow({content: $l1e30822b8bd1d607bb099fa9387b8976});var infowindow = new google.maps.InfoWindow({content: $l1e30822b8bd1d607bb099fa9387b8976});google.maps.event.addListener(m_1e30822b8bd1d607bb099fa9387b8976, 'click', function() {infowindow.open(map,m_1e30822b8bd1d607bb099fa9387b8976);});$marker.push(m_1e30822b8bd1d607bb099fa9387b8976);}});}google.maps.event.addDomListener(window, 'load', initialize);