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_5546524ac938e99381090b48365c0740 = new google.maps.Geocoder();g_5546524ac938e99381090b48365c0740.geocode( { 'address': "611 W National Ave, Milwaukee, WI 53204"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milwaukee-WI-st-francis-bank').style.display = '';map = new google.maps.Map(document.getElementById('milwaukee-WI-st-francis-bank'), mapOptions);}document.getElementById('78b3cd41').innerHTML += ' | View Map';var $l5546524ac938e99381090b48365c0740 = '

St Francis Bank

Address: 611 W National Ave, Milwaukee, WI 53204
Phone: (414) 486-7012
';var m_5546524ac938e99381090b48365c0740 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Francis Bank',});m_5546524ac938e99381090b48365c0740['infowindow'] = new google.maps.InfoWindow({content: $l5546524ac938e99381090b48365c0740});var infowindow = new google.maps.InfoWindow({content: $l5546524ac938e99381090b48365c0740});google.maps.event.addListener(m_5546524ac938e99381090b48365c0740, 'click', function() {infowindow.open(map,m_5546524ac938e99381090b48365c0740);});$marker.push(m_5546524ac938e99381090b48365c0740);}});}google.maps.event.addDomListener(window, 'load', initialize);