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.0362,-87.917)};var g_33c14ab38a8923e563e17b79e41693ba = new google.maps.Geocoder();g_33c14ab38a8923e563e17b79e41693ba.geocode( { 'address': "10101 W Greenfield Ave, Milwaukee, WI 53214"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milwaukee-WI-wauwatosa-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('milwaukee-WI-wauwatosa-savings-bank'), mapOptions);}document.getElementById('c1b4fd96').innerHTML += ' | View Map';var $l33c14ab38a8923e563e17b79e41693ba = '

Wauwatosa Savings Bank

Address: 10101 W Greenfield Ave, Milwaukee, WI 53214
Phone: (414) 475-1358
';var m_33c14ab38a8923e563e17b79e41693ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wauwatosa Savings Bank',});m_33c14ab38a8923e563e17b79e41693ba['infowindow'] = new google.maps.InfoWindow({content: $l33c14ab38a8923e563e17b79e41693ba});var infowindow = new google.maps.InfoWindow({content: $l33c14ab38a8923e563e17b79e41693ba});google.maps.event.addListener(m_33c14ab38a8923e563e17b79e41693ba, 'click', function() {infowindow.open(map,m_33c14ab38a8923e563e17b79e41693ba);});$marker.push(m_33c14ab38a8923e563e17b79e41693ba);}});}google.maps.event.addDomListener(window, 'load', initialize);