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(43.012,-87.9254)};var g_dafcdb81082ade5fdb4852aced95379a = new google.maps.Geocoder();g_dafcdb81082ade5fdb4852aced95379a.geocode( { 'address': "1039 W Historic Mitchell St, Milwaukee, WI 53204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milwaukee-WI-mitchell-bank').style.display = '';map = new google.maps.Map(document.getElementById('milwaukee-WI-mitchell-bank'), mapOptions);}document.getElementById('ad6c08ed').innerHTML += ' | View Map';var $ldafcdb81082ade5fdb4852aced95379a = '

Mitchell Bank

Address: 1039 W Historic Mitchell St, Milwaukee, WI 53204, USA
Phone: (414) 645-0600
';var m_dafcdb81082ade5fdb4852aced95379a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mitchell Bank',});m_dafcdb81082ade5fdb4852aced95379a['infowindow'] = new google.maps.InfoWindow({content: $ldafcdb81082ade5fdb4852aced95379a});var infowindow = new google.maps.InfoWindow({content: $ldafcdb81082ade5fdb4852aced95379a});google.maps.event.addListener(m_dafcdb81082ade5fdb4852aced95379a, 'click', function() {infowindow.open(map,m_dafcdb81082ade5fdb4852aced95379a);});$marker.push(m_dafcdb81082ade5fdb4852aced95379a);}});}google.maps.event.addDomListener(window, 'load', initialize);