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.5012,-96.786)};var g_43cb3a3f6adc649abad430bd9dc582ab = new google.maps.Geocoder();g_43cb3a3f6adc649abad430bd9dc582ab.geocode( { 'address': "4800 W 57th St, Sioux Falls, SD 57108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sioux-falls-SD-good-samaritan-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('sioux-falls-SD-good-samaritan-federal-cu'), mapOptions);}document.getElementById('3de38286').innerHTML += ' | View Map';var $l43cb3a3f6adc649abad430bd9dc582ab = '

Good Samaritan Federal CU

Address: 4800 W 57th St, Sioux Falls, SD 57108, USA
Phone: (605) 361-9685
';var m_43cb3a3f6adc649abad430bd9dc582ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Good Samaritan Federal CU',});m_43cb3a3f6adc649abad430bd9dc582ab['infowindow'] = new google.maps.InfoWindow({content: $l43cb3a3f6adc649abad430bd9dc582ab});var infowindow = new google.maps.InfoWindow({content: $l43cb3a3f6adc649abad430bd9dc582ab});google.maps.event.addListener(m_43cb3a3f6adc649abad430bd9dc582ab, 'click', function() {infowindow.open(map,m_43cb3a3f6adc649abad430bd9dc582ab);});$marker.push(m_43cb3a3f6adc649abad430bd9dc582ab);}});}google.maps.event.addDomListener(window, 'load', initialize);