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.011,-93.6108)};var g_2d9a3e519c394e52e45c7dab97557ccc = new google.maps.Geocoder();g_2d9a3e519c394e52e45c7dab97557ccc.geocode( { 'address': "104 Chestnut St, Ames, IA 50010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ames-IA-visionbank').style.display = '';map = new google.maps.Map(document.getElementById('ames-IA-visionbank'), mapOptions);}document.getElementById('22243971').innerHTML += ' | View Map';var $l2d9a3e519c394e52e45c7dab97557ccc = '

VisionBank

Address: 104 Chestnut St, Ames, IA 50010, USA
Phone: (515) 956-4343
';var m_2d9a3e519c394e52e45c7dab97557ccc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VisionBank',});m_2d9a3e519c394e52e45c7dab97557ccc['infowindow'] = new google.maps.InfoWindow({content: $l2d9a3e519c394e52e45c7dab97557ccc});var infowindow = new google.maps.InfoWindow({content: $l2d9a3e519c394e52e45c7dab97557ccc});google.maps.event.addListener(m_2d9a3e519c394e52e45c7dab97557ccc, 'click', function() {infowindow.open(map,m_2d9a3e519c394e52e45c7dab97557ccc);});$marker.push(m_2d9a3e519c394e52e45c7dab97557ccc);}});}google.maps.event.addDomListener(window, 'load', initialize);