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(37.0767,-96.976)};var g_70d5bf7e2ff582aa4d4ac68ee836e6a2 = new google.maps.Geocoder();g_70d5bf7e2ff582aa4d4ac68ee836e6a2.geocode( { 'address': "1 Lakewynds Dr, Arkansas City, KS 67005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arkansas-city-KS-ark-city-teachers-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('arkansas-city-KS-ark-city-teachers-credit-union'), mapOptions);}document.getElementById('164599de').innerHTML += ' | View Map';var $l70d5bf7e2ff582aa4d4ac68ee836e6a2 = '

Ark City Teachers Credit Union

Address: 1 Lakewynds Dr, Arkansas City, KS 67005, USA
Phone: (620) 441-0822
';var m_70d5bf7e2ff582aa4d4ac68ee836e6a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ark City Teachers Credit Union',});m_70d5bf7e2ff582aa4d4ac68ee836e6a2['infowindow'] = new google.maps.InfoWindow({content: $l70d5bf7e2ff582aa4d4ac68ee836e6a2});var infowindow = new google.maps.InfoWindow({content: $l70d5bf7e2ff582aa4d4ac68ee836e6a2});google.maps.event.addListener(m_70d5bf7e2ff582aa4d4ac68ee836e6a2, 'click', function() {infowindow.open(map,m_70d5bf7e2ff582aa4d4ac68ee836e6a2);});$marker.push(m_70d5bf7e2ff582aa4d4ac68ee836e6a2);}});}google.maps.event.addDomListener(window, 'load', initialize);