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.8873,-94.1586)};var g_d7921bb0ad9baa9c69bc55e6fc3375f3 = new google.maps.Geocoder();g_d7921bb0ad9baa9c69bc55e6fc3375f3.geocode( { 'address': "156 E Maine St, Amboy, MN 56010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amboy-MN-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('amboy-MN-u-s-bank'), mapOptions);}document.getElementById('e7ebdadc').innerHTML += ' | View Map';var $ld7921bb0ad9baa9c69bc55e6fc3375f3 = '

U.S. Bank

Address: 156 E Maine St, Amboy, MN 56010
Phone: (507) 674-3210
';var m_d7921bb0ad9baa9c69bc55e6fc3375f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_d7921bb0ad9baa9c69bc55e6fc3375f3['infowindow'] = new google.maps.InfoWindow({content: $ld7921bb0ad9baa9c69bc55e6fc3375f3});var infowindow = new google.maps.InfoWindow({content: $ld7921bb0ad9baa9c69bc55e6fc3375f3});google.maps.event.addListener(m_d7921bb0ad9baa9c69bc55e6fc3375f3, 'click', function() {infowindow.open(map,m_d7921bb0ad9baa9c69bc55e6fc3375f3);});$marker.push(m_d7921bb0ad9baa9c69bc55e6fc3375f3);}});}google.maps.event.addDomListener(window, 'load', initialize);