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(44.8777,-98.5182)};var g_9c9744d143d2abbe041317b7b76f8e85 = new google.maps.Geocoder();g_9c9744d143d2abbe041317b7b76f8e85.geocode( { 'address': "509 Main St, Redfield, SD 57469, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redfield-SD-turtle-creek-fcu').style.display = '';map = new google.maps.Map(document.getElementById('redfield-SD-turtle-creek-fcu'), mapOptions);}document.getElementById('8e3267bb').innerHTML += ' | View Map';var $l9c9744d143d2abbe041317b7b76f8e85 = '

Turtle Creek FCU

Address: 509 Main St, Redfield, SD 57469, USA
Phone: (605) 472-3882
';var m_9c9744d143d2abbe041317b7b76f8e85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Turtle Creek FCU',});m_9c9744d143d2abbe041317b7b76f8e85['infowindow'] = new google.maps.InfoWindow({content: $l9c9744d143d2abbe041317b7b76f8e85});var infowindow = new google.maps.InfoWindow({content: $l9c9744d143d2abbe041317b7b76f8e85});google.maps.event.addListener(m_9c9744d143d2abbe041317b7b76f8e85, 'click', function() {infowindow.open(map,m_9c9744d143d2abbe041317b7b76f8e85);});$marker.push(m_9c9744d143d2abbe041317b7b76f8e85);}});}google.maps.event.addDomListener(window, 'load', initialize);