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.0736,-89.3855)};var g_c7e796863ab005a8737c6912a665ad77 = new google.maps.Geocoder();g_c7e796863ab005a8737c6912a665ad77.geocode( { 'address': "115 W Washington Ave, Madison, WI 53703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-WI-union-federal-savings--loan').style.display = '';map = new google.maps.Map(document.getElementById('madison-WI-union-federal-savings--loan'), mapOptions);}document.getElementById('5bb02d03').innerHTML += ' | View Map';var $lc7e796863ab005a8737c6912a665ad77 = '

Union Federal Savings & Loan

Address: 115 W Washington Ave, Madison, WI 53703, USA
Phone: (608) 250-3535
';var m_c7e796863ab005a8737c6912a665ad77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Federal Savings & Loan',});m_c7e796863ab005a8737c6912a665ad77['infowindow'] = new google.maps.InfoWindow({content: $lc7e796863ab005a8737c6912a665ad77});var infowindow = new google.maps.InfoWindow({content: $lc7e796863ab005a8737c6912a665ad77});google.maps.event.addListener(m_c7e796863ab005a8737c6912a665ad77, 'click', function() {infowindow.open(map,m_c7e796863ab005a8737c6912a665ad77);});$marker.push(m_c7e796863ab005a8737c6912a665ad77);}});}google.maps.event.addDomListener(window, 'load', initialize);