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.1813,-94.9762)};var g_125f5a68a53abf9ad86b98e4f27b8a74 = new google.maps.Geocoder();g_125f5a68a53abf9ad86b98e4f27b8a74.geocode( { 'address': "105 E Main St, Breda, IA 51436, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('breda-IA-breda-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('breda-IA-breda-savings-bank'), mapOptions);}document.getElementById('e27d659f').innerHTML += ' | View Map';var $l125f5a68a53abf9ad86b98e4f27b8a74 = '

Breda Savings Bank

Address: 105 E Main St, Breda, IA 51436, USA
Phone: (712) 673-2321
';var m_125f5a68a53abf9ad86b98e4f27b8a74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Breda Savings Bank',});m_125f5a68a53abf9ad86b98e4f27b8a74['infowindow'] = new google.maps.InfoWindow({content: $l125f5a68a53abf9ad86b98e4f27b8a74});var infowindow = new google.maps.InfoWindow({content: $l125f5a68a53abf9ad86b98e4f27b8a74});google.maps.event.addListener(m_125f5a68a53abf9ad86b98e4f27b8a74, 'click', function() {infowindow.open(map,m_125f5a68a53abf9ad86b98e4f27b8a74);});$marker.push(m_125f5a68a53abf9ad86b98e4f27b8a74);}});}google.maps.event.addDomListener(window, 'load', initialize);