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.9287,-95.496)};var g_18d901fa466c668635287f9f9b26f1c2 = new google.maps.Geocoder();g_18d901fa466c668635287f9f9b26f1c2.geocode( { 'address': "100 Franklin St, Dow City, IA 51528, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dow-city-IA-defiance-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('dow-city-IA-defiance-state-bank'), mapOptions);}document.getElementById('c703d9dc').innerHTML += ' | View Map';var $l18d901fa466c668635287f9f9b26f1c2 = '

Defiance State Bank

Address: 100 Franklin St, Dow City, IA 51528, USA
Phone: (712) 674-3245
';var m_18d901fa466c668635287f9f9b26f1c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Defiance State Bank',});m_18d901fa466c668635287f9f9b26f1c2['infowindow'] = new google.maps.InfoWindow({content: $l18d901fa466c668635287f9f9b26f1c2});var infowindow = new google.maps.InfoWindow({content: $l18d901fa466c668635287f9f9b26f1c2});google.maps.event.addListener(m_18d901fa466c668635287f9f9b26f1c2, 'click', function() {infowindow.open(map,m_18d901fa466c668635287f9f9b26f1c2);});$marker.push(m_18d901fa466c668635287f9f9b26f1c2);}});}google.maps.event.addDomListener(window, 'load', initialize);