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.9771,-91.6177)};var g_148a1d7e2822ae711b43a80ec9e11d3c = new google.maps.Geocoder();g_148a1d7e2822ae711b43a80ec9e11d3c.geocode( { 'address': "3414 Mt Vernon Rd SE, Cedar Rapids, IA 52403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-rapids-IA-community-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('cedar-rapids-IA-community-savings-bank'), mapOptions);}document.getElementById('6dca9cb3').innerHTML += ' | View Map';var $l148a1d7e2822ae711b43a80ec9e11d3c = '

Community Savings Bank

Address: 3414 Mt Vernon Rd SE, Cedar Rapids, IA 52403, USA
Phone: (319) 363-0577
';var m_148a1d7e2822ae711b43a80ec9e11d3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Savings Bank',});m_148a1d7e2822ae711b43a80ec9e11d3c['infowindow'] = new google.maps.InfoWindow({content: $l148a1d7e2822ae711b43a80ec9e11d3c});var infowindow = new google.maps.InfoWindow({content: $l148a1d7e2822ae711b43a80ec9e11d3c});google.maps.event.addListener(m_148a1d7e2822ae711b43a80ec9e11d3c, 'click', function() {infowindow.open(map,m_148a1d7e2822ae711b43a80ec9e11d3c);});$marker.push(m_148a1d7e2822ae711b43a80ec9e11d3c);}});}google.maps.event.addDomListener(window, 'load', initialize);