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.9061,-89.5716)};var g_2f9e3a66fc284cd36d7763c4e61d07fe = new google.maps.Geocoder();g_2f9e3a66fc284cd36d7763c4e61d07fe.geocode( { 'address': "5802 Camp Phillips Rd, Schofield, WI 54476"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schofield-WI-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('schofield-WI-us-bank'), mapOptions);}document.getElementById('441c31c3').innerHTML += ' | View Map';var $l2f9e3a66fc284cd36d7763c4e61d07fe = '

US Bank

Address: 5802 Camp Phillips Rd, Schofield, WI 54476
Phone: (715) 359-4907
';var m_2f9e3a66fc284cd36d7763c4e61d07fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_2f9e3a66fc284cd36d7763c4e61d07fe['infowindow'] = new google.maps.InfoWindow({content: $l2f9e3a66fc284cd36d7763c4e61d07fe});var infowindow = new google.maps.InfoWindow({content: $l2f9e3a66fc284cd36d7763c4e61d07fe});google.maps.event.addListener(m_2f9e3a66fc284cd36d7763c4e61d07fe, 'click', function() {infowindow.open(map,m_2f9e3a66fc284cd36d7763c4e61d07fe);});$marker.push(m_2f9e3a66fc284cd36d7763c4e61d07fe);}});}google.maps.event.addDomListener(window, 'load', initialize);