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.469,-91.8958)};var g_6c6918309b9bca94c0dcf89dade0b836 = new google.maps.Geocoder();g_6c6918309b9bca94c0dcf89dade0b836.geocode( { 'address': "231 1st St E, Independence, IA 50644"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('independence-IA-security-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('independence-IA-security-state-bank'), mapOptions);}document.getElementById('0dffcbde').innerHTML += ' | View Map';var $l6c6918309b9bca94c0dcf89dade0b836 = '

Security State Bank

Address: 231 1st St E, Independence, IA 50644
Phone: (319) 334-7035
';var m_6c6918309b9bca94c0dcf89dade0b836 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank',});m_6c6918309b9bca94c0dcf89dade0b836['infowindow'] = new google.maps.InfoWindow({content: $l6c6918309b9bca94c0dcf89dade0b836});var infowindow = new google.maps.InfoWindow({content: $l6c6918309b9bca94c0dcf89dade0b836});google.maps.event.addListener(m_6c6918309b9bca94c0dcf89dade0b836, 'click', function() {infowindow.open(map,m_6c6918309b9bca94c0dcf89dade0b836);});$marker.push(m_6c6918309b9bca94c0dcf89dade0b836);}});}google.maps.event.addDomListener(window, 'load', initialize);