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(41.7291,-92.2946)};var g_bd4828247647544af24a15ac79a1ef9f = new google.maps.Geocoder();g_bd4828247647544af24a15ac79a1ef9f.geocode( { 'address': "201 Washington St, Victor, IA 52347"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('victor-IA-victor-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('victor-IA-victor-state-bank'), mapOptions);}document.getElementById('88a98cfa').innerHTML += ' | View Map';var $lbd4828247647544af24a15ac79a1ef9f = '

Victor State Bank

Address: 201 Washington St, Victor, IA 52347
Phone: (319) 647-2231
';var m_bd4828247647544af24a15ac79a1ef9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Victor State Bank',});m_bd4828247647544af24a15ac79a1ef9f['infowindow'] = new google.maps.InfoWindow({content: $lbd4828247647544af24a15ac79a1ef9f});var infowindow = new google.maps.InfoWindow({content: $lbd4828247647544af24a15ac79a1ef9f});google.maps.event.addListener(m_bd4828247647544af24a15ac79a1ef9f, 'click', function() {infowindow.open(map,m_bd4828247647544af24a15ac79a1ef9f);});$marker.push(m_bd4828247647544af24a15ac79a1ef9f);}});}google.maps.event.addDomListener(window, 'load', initialize);