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.9605,-89.6562)};var g_52235c1e91c24957d7a5d150355474f1 = new google.maps.Geocoder();g_52235c1e91c24957d7a5d150355474f1.geocode( { 'address': "400 N 4th Ave, Wausau, WI 54401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wausau-WI-security-bank-ssb').style.display = '';map = new google.maps.Map(document.getElementById('wausau-WI-security-bank-ssb'), mapOptions);}document.getElementById('5e3684a1').innerHTML += ' | View Map';var $l52235c1e91c24957d7a5d150355474f1 = '

Security Bank SSB

Address: 400 N 4th Ave, Wausau, WI 54401
Phone: (715) 845-1135
';var m_52235c1e91c24957d7a5d150355474f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Bank SSB',});m_52235c1e91c24957d7a5d150355474f1['infowindow'] = new google.maps.InfoWindow({content: $l52235c1e91c24957d7a5d150355474f1});var infowindow = new google.maps.InfoWindow({content: $l52235c1e91c24957d7a5d150355474f1});google.maps.event.addListener(m_52235c1e91c24957d7a5d150355474f1, 'click', function() {infowindow.open(map,m_52235c1e91c24957d7a5d150355474f1);});$marker.push(m_52235c1e91c24957d7a5d150355474f1);}});}google.maps.event.addDomListener(window, 'load', initialize);