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.2725,-88.3364)};var g_861af29084b4635301e2ef114c43da7c = new google.maps.Geocoder();g_861af29084b4635301e2ef114c43da7c.geocode( { 'address': "220 W Kimberly Ave, Kimberly, WI 54136, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kimberly-WI-east-wisconsin-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('kimberly-WI-east-wisconsin-savings-bank'), mapOptions);}document.getElementById('3b3b01d3').innerHTML += ' | View Map';var $l861af29084b4635301e2ef114c43da7c = '

East Wisconsin Savings Bank

Address: 220 W Kimberly Ave, Kimberly, WI 54136, USA
Phone: (920) 788-3522
';var m_861af29084b4635301e2ef114c43da7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East Wisconsin Savings Bank',});m_861af29084b4635301e2ef114c43da7c['infowindow'] = new google.maps.InfoWindow({content: $l861af29084b4635301e2ef114c43da7c});var infowindow = new google.maps.InfoWindow({content: $l861af29084b4635301e2ef114c43da7c});google.maps.event.addListener(m_861af29084b4635301e2ef114c43da7c, 'click', function() {infowindow.open(map,m_861af29084b4635301e2ef114c43da7c);});$marker.push(m_861af29084b4635301e2ef114c43da7c);}});}google.maps.event.addDomListener(window, 'load', initialize);