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.4645,-92.6284)};var g_4ea44ab9f6356695a9279d7396745227 = new google.maps.Geocoder();g_4ea44ab9f6356695a9279d7396745227.geocode( { 'address': "561 Main St, Dike, IA 50624, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dike-IA-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('dike-IA-state-bank'), mapOptions);}document.getElementById('7c4c3ca3').innerHTML += ' | View Map';var $l4ea44ab9f6356695a9279d7396745227 = '

State Bank

Address: 561 Main St, Dike, IA 50624, USA
Phone: (319) 989-2474
';var m_4ea44ab9f6356695a9279d7396745227 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank',});m_4ea44ab9f6356695a9279d7396745227['infowindow'] = new google.maps.InfoWindow({content: $l4ea44ab9f6356695a9279d7396745227});var infowindow = new google.maps.InfoWindow({content: $l4ea44ab9f6356695a9279d7396745227});google.maps.event.addListener(m_4ea44ab9f6356695a9279d7396745227, 'click', function() {infowindow.open(map,m_4ea44ab9f6356695a9279d7396745227);});$marker.push(m_4ea44ab9f6356695a9279d7396745227);}});}google.maps.event.addDomListener(window, 'load', initialize);