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.0815,-97.0397)};var g_3555a974ddaed52619f7772358e930af = new google.maps.Geocoder();g_3555a974ddaed52619f7772358e930af.geocode( { 'address': "1610 N Summit St, Arkansas City, KS 67005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arkansas-city-KS-mid-american-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('arkansas-city-KS-mid-american-credit-union'), mapOptions);}document.getElementById('926232dc').innerHTML += ' | View Map';var $l3555a974ddaed52619f7772358e930af = '

Mid American Credit Union

Address: 1610 N Summit St, Arkansas City, KS 67005, USA
Phone: (620) 442-5811
';var m_3555a974ddaed52619f7772358e930af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid American Credit Union',});m_3555a974ddaed52619f7772358e930af['infowindow'] = new google.maps.InfoWindow({content: $l3555a974ddaed52619f7772358e930af});var infowindow = new google.maps.InfoWindow({content: $l3555a974ddaed52619f7772358e930af});google.maps.event.addListener(m_3555a974ddaed52619f7772358e930af, 'click', function() {infowindow.open(map,m_3555a974ddaed52619f7772358e930af);});$marker.push(m_3555a974ddaed52619f7772358e930af);}});}google.maps.event.addDomListener(window, 'load', initialize);