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.8197,-95.804)};var g_c37aecc552bd88de254bd4cac1e3833d = new google.maps.Geocoder();g_c37aecc552bd88de254bd4cac1e3833d.geocode( { 'address': "719 S Highway 143, Marcus, IA 51035"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marcus-IA-state-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('marcus-IA-state-savings-bank'), mapOptions);}document.getElementById('0a9849b9').innerHTML += ' | View Map';var $lc37aecc552bd88de254bd4cac1e3833d = '

State Savings Bank

Address: 719 S Highway 143, Marcus, IA 51035
Phone: (712) 376-2434
';var m_c37aecc552bd88de254bd4cac1e3833d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Savings Bank',});m_c37aecc552bd88de254bd4cac1e3833d['infowindow'] = new google.maps.InfoWindow({content: $lc37aecc552bd88de254bd4cac1e3833d});var infowindow = new google.maps.InfoWindow({content: $lc37aecc552bd88de254bd4cac1e3833d});google.maps.event.addListener(m_c37aecc552bd88de254bd4cac1e3833d, 'click', function() {infowindow.open(map,m_c37aecc552bd88de254bd4cac1e3833d);});$marker.push(m_c37aecc552bd88de254bd4cac1e3833d);}});}google.maps.event.addDomListener(window, 'load', initialize);