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(42.2701,-93.9274)};var g_a64b899852513ddc6c38e4e65a63983a = new google.maps.Geocoder();g_a64b899852513ddc6c38e4e65a63983a.geocode( { 'address': "725 Shakespeare Ave, Stratford, IA 50249, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stratford-IA-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('stratford-IA-us-bank-branch'), mapOptions);}document.getElementById('25624793').innerHTML += ' | View Map';var $la64b899852513ddc6c38e4e65a63983a = '

U.S. Bank Branch

Address: 725 Shakespeare Ave, Stratford, IA 50249, USA
Phone: (515) 838-2426
';var m_a64b899852513ddc6c38e4e65a63983a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_a64b899852513ddc6c38e4e65a63983a['infowindow'] = new google.maps.InfoWindow({content: $la64b899852513ddc6c38e4e65a63983a});var infowindow = new google.maps.InfoWindow({content: $la64b899852513ddc6c38e4e65a63983a});google.maps.event.addListener(m_a64b899852513ddc6c38e4e65a63983a, 'click', function() {infowindow.open(map,m_a64b899852513ddc6c38e4e65a63983a);});$marker.push(m_a64b899852513ddc6c38e4e65a63983a);}});}google.maps.event.addDomListener(window, 'load', initialize);