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.0597,-95.2003)};var g_eceab3a95d9ed6bdfd29f01da038fa74 = new google.maps.Geocoder();g_eceab3a95d9ed6bdfd29f01da038fa74.geocode( { 'address': "115 Main St, Vail, IA 51465, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vail-IA-westside-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('vail-IA-westside-state-bank'), mapOptions);}document.getElementById('4347439a').innerHTML += ' | View Map';var $leceab3a95d9ed6bdfd29f01da038fa74 = '

Westside State Bank

Address: 115 Main St, Vail, IA 51465, USA
Phone: (712) 677-2211
';var m_eceab3a95d9ed6bdfd29f01da038fa74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westside State Bank',});m_eceab3a95d9ed6bdfd29f01da038fa74['infowindow'] = new google.maps.InfoWindow({content: $leceab3a95d9ed6bdfd29f01da038fa74});var infowindow = new google.maps.InfoWindow({content: $leceab3a95d9ed6bdfd29f01da038fa74});google.maps.event.addListener(m_eceab3a95d9ed6bdfd29f01da038fa74, 'click', function() {infowindow.open(map,m_eceab3a95d9ed6bdfd29f01da038fa74);});$marker.push(m_eceab3a95d9ed6bdfd29f01da038fa74);}});}google.maps.event.addDomListener(window, 'load', initialize);