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.1805,-91.7754)};var g_fff375790d1d509387e4f04a68fc401c = new google.maps.Geocoder();g_fff375790d1d509387e4f04a68fc401c.geocode( { 'address': "807 Rosedale Dr, Center Point, IA 52213, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('center-point-IA-keystone-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('center-point-IA-keystone-savings-bank'), mapOptions);}document.getElementById('7a2e94a4').innerHTML += ' | View Map';var $lfff375790d1d509387e4f04a68fc401c = '

Keystone Savings Bank

Address: 807 Rosedale Dr, Center Point, IA 52213, USA
Phone: (319) 849-1555
';var m_fff375790d1d509387e4f04a68fc401c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keystone Savings Bank',});m_fff375790d1d509387e4f04a68fc401c['infowindow'] = new google.maps.InfoWindow({content: $lfff375790d1d509387e4f04a68fc401c});var infowindow = new google.maps.InfoWindow({content: $lfff375790d1d509387e4f04a68fc401c});google.maps.event.addListener(m_fff375790d1d509387e4f04a68fc401c, 'click', function() {infowindow.open(map,m_fff375790d1d509387e4f04a68fc401c);});$marker.push(m_fff375790d1d509387e4f04a68fc401c);}});}google.maps.event.addDomListener(window, 'load', initialize);