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.803,-91.5411)};var g_25b6ca62448ad1547674ea4df32caef0 = new google.maps.Geocoder();g_25b6ca62448ad1547674ea4df32caef0.geocode( { 'address': "502 Washington St, Volga, IA 52077, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('volga-IA-central-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('volga-IA-central-state-bank'), mapOptions);}document.getElementById('0bf9f334').innerHTML += ' | View Map';var $l25b6ca62448ad1547674ea4df32caef0 = '

Central State Bank

Address: 502 Washington St, Volga, IA 52077, USA
Phone: (563) 767-2575
';var m_25b6ca62448ad1547674ea4df32caef0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central State Bank',});m_25b6ca62448ad1547674ea4df32caef0['infowindow'] = new google.maps.InfoWindow({content: $l25b6ca62448ad1547674ea4df32caef0});var infowindow = new google.maps.InfoWindow({content: $l25b6ca62448ad1547674ea4df32caef0});google.maps.event.addListener(m_25b6ca62448ad1547674ea4df32caef0, 'click', function() {infowindow.open(map,m_25b6ca62448ad1547674ea4df32caef0);});$marker.push(m_25b6ca62448ad1547674ea4df32caef0);}});}google.maps.event.addDomListener(window, 'load', initialize);