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.0252,-93.618)};var g_9266b75d9becb68920f9b21c73edceea = new google.maps.Geocoder();g_9266b75d9becb68920f9b21c73edceea.geocode( { 'address': "525 Main St, Ames, IA 50010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ames-IA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('ames-IA-bank-of-the-west'), mapOptions);}document.getElementById('51e9690e').innerHTML += ' | View Map';var $l9266b75d9becb68920f9b21c73edceea = '

Bank of the West

Address: 525 Main St, Ames, IA 50010, USA
Phone: (515) 232-8664
';var m_9266b75d9becb68920f9b21c73edceea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_9266b75d9becb68920f9b21c73edceea['infowindow'] = new google.maps.InfoWindow({content: $l9266b75d9becb68920f9b21c73edceea});var infowindow = new google.maps.InfoWindow({content: $l9266b75d9becb68920f9b21c73edceea});google.maps.event.addListener(m_9266b75d9becb68920f9b21c73edceea, 'click', function() {infowindow.open(map,m_9266b75d9becb68920f9b21c73edceea);});$marker.push(m_9266b75d9becb68920f9b21c73edceea);}});}google.maps.event.addDomListener(window, 'load', initialize);