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(45.5588,-94.1646)};var g_c6c7c52a49ff5cd5cec50132deec6c09 = new google.maps.Geocoder();g_c6c7c52a49ff5cd5cec50132deec6c09.geocode( { 'address': "1015 W St Germain St, St Cloud, MN 56301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-cloud-MN-us-bank-sharon-schumacher').style.display = '';map = new google.maps.Map(document.getElementById('saint-cloud-MN-us-bank-sharon-schumacher'), mapOptions);}document.getElementById('d2a543eb').innerHTML += ' | View Map';var $lc6c7c52a49ff5cd5cec50132deec6c09 = '

U.S. Bank: Sharon Schumacher

Address: 1015 W St Germain St, St Cloud, MN 56301, USA
Phone: (320) 259-8383
';var m_c6c7c52a49ff5cd5cec50132deec6c09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Sharon Schumacher',});m_c6c7c52a49ff5cd5cec50132deec6c09['infowindow'] = new google.maps.InfoWindow({content: $lc6c7c52a49ff5cd5cec50132deec6c09});var infowindow = new google.maps.InfoWindow({content: $lc6c7c52a49ff5cd5cec50132deec6c09});google.maps.event.addListener(m_c6c7c52a49ff5cd5cec50132deec6c09, 'click', function() {infowindow.open(map,m_c6c7c52a49ff5cd5cec50132deec6c09);});$marker.push(m_c6c7c52a49ff5cd5cec50132deec6c09);}});}google.maps.event.addDomListener(window, 'load', initialize);