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.6443,-91.4008)};var g_286afc63607600765569a515dabc500d = new google.maps.Geocoder();g_286afc63607600765569a515dabc500d.geocode( { 'address': "101 E Union St, Edgewood, IA 52042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edgewood-IA-community-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('edgewood-IA-community-savings-bank'), mapOptions);}document.getElementById('ee009064').innerHTML += ' | View Map';var $l286afc63607600765569a515dabc500d = '

Community Savings Bank

Address: 101 E Union St, Edgewood, IA 52042, USA
Phone: (563) 928-6425
';var m_286afc63607600765569a515dabc500d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Savings Bank',});m_286afc63607600765569a515dabc500d['infowindow'] = new google.maps.InfoWindow({content: $l286afc63607600765569a515dabc500d});var infowindow = new google.maps.InfoWindow({content: $l286afc63607600765569a515dabc500d});google.maps.event.addListener(m_286afc63607600765569a515dabc500d, 'click', function() {infowindow.open(map,m_286afc63607600765569a515dabc500d);});$marker.push(m_286afc63607600765569a515dabc500d);}});}google.maps.event.addDomListener(window, 'load', initialize);