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.0489,-93.6455)};var g_d810a92fbc6f078741f5bb097efbc391 = new google.maps.Geocoder();g_d810a92fbc6f078741f5bb097efbc391.geocode( { 'address': "2701 Strange Road, Ste 120, Ames, IA 50010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ames-IA-south-story-bank--trust-loan-production-office').style.display = '';map = new google.maps.Map(document.getElementById('ames-IA-south-story-bank--trust-loan-production-office'), mapOptions);}document.getElementById('b91761ca').innerHTML += ' | View Map';var $ld810a92fbc6f078741f5bb097efbc391 = '

South Story Bank & Trust Loan Production Office

Address: 2701 Strange Road, Ste 120, Ames, IA 50010, USA
Phone: (515) 268-9536
';var m_d810a92fbc6f078741f5bb097efbc391 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Story Bank & Trust Loan Production Office',});m_d810a92fbc6f078741f5bb097efbc391['infowindow'] = new google.maps.InfoWindow({content: $ld810a92fbc6f078741f5bb097efbc391});var infowindow = new google.maps.InfoWindow({content: $ld810a92fbc6f078741f5bb097efbc391});google.maps.event.addListener(m_d810a92fbc6f078741f5bb097efbc391, 'click', function() {infowindow.open(map,m_d810a92fbc6f078741f5bb097efbc391);});$marker.push(m_d810a92fbc6f078741f5bb097efbc391);}});}google.maps.event.addDomListener(window, 'load', initialize);