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.1808,-94.1061)};var g_6b7b4605d11308c77b412ad67176108c = new google.maps.Geocoder();g_6b7b4605d11308c77b412ad67176108c.geocode( { 'address': "202 Beech St, Boxholm, IA 50040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boxholm-IA-security-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('boxholm-IA-security-savings-bank'), mapOptions);}document.getElementById('44391e17').innerHTML += ' | View Map';var $l6b7b4605d11308c77b412ad67176108c = '

Security Savings Bank

Address: 202 Beech St, Boxholm, IA 50040, USA
Phone: (515) 846-6281
';var m_6b7b4605d11308c77b412ad67176108c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Savings Bank',});m_6b7b4605d11308c77b412ad67176108c['infowindow'] = new google.maps.InfoWindow({content: $l6b7b4605d11308c77b412ad67176108c});var infowindow = new google.maps.InfoWindow({content: $l6b7b4605d11308c77b412ad67176108c});google.maps.event.addListener(m_6b7b4605d11308c77b412ad67176108c, 'click', function() {infowindow.open(map,m_6b7b4605d11308c77b412ad67176108c);});$marker.push(m_6b7b4605d11308c77b412ad67176108c);}});}google.maps.event.addDomListener(window, 'load', initialize);