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(43.304,-96.5959)};var g_5f24e5f528d2602e60f3ee5c0cf11f06 = new google.maps.Geocoder();g_5f24e5f528d2602e60f3ee5c0cf11f06.geocode( { 'address': "100 S West St, Canton, SD 57013"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-SD-security-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('canton-SD-security-savings-bank'), mapOptions);}document.getElementById('68be18ee').innerHTML += ' | View Map';var $l5f24e5f528d2602e60f3ee5c0cf11f06 = '

Security Savings Bank

Address: 100 S West St, Canton, SD 57013
Phone: (605) 987-4363
';var m_5f24e5f528d2602e60f3ee5c0cf11f06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Savings Bank',});m_5f24e5f528d2602e60f3ee5c0cf11f06['infowindow'] = new google.maps.InfoWindow({content: $l5f24e5f528d2602e60f3ee5c0cf11f06});var infowindow = new google.maps.InfoWindow({content: $l5f24e5f528d2602e60f3ee5c0cf11f06});google.maps.event.addListener(m_5f24e5f528d2602e60f3ee5c0cf11f06, 'click', function() {infowindow.open(map,m_5f24e5f528d2602e60f3ee5c0cf11f06);});$marker.push(m_5f24e5f528d2602e60f3ee5c0cf11f06);}});}google.maps.event.addDomListener(window, 'load', initialize);