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.6364,-97.3703)};var g_98844cba8ded4a8a2c05b8244eda9e88 = new google.maps.Geocoder();g_98844cba8ded4a8a2c05b8244eda9e88.geocode( { 'address': "2433 W 31st St S, Wichita, KS 67217, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-credit-union-center').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-credit-union-center'), mapOptions);}document.getElementById('29f04678').innerHTML += ' | View Map';var $l98844cba8ded4a8a2c05b8244eda9e88 = '

Credit Union Center

Address: 2433 W 31st St S, Wichita, KS 67217, USA
Phone: (316) 942-7326
';var m_98844cba8ded4a8a2c05b8244eda9e88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union Center',});m_98844cba8ded4a8a2c05b8244eda9e88['infowindow'] = new google.maps.InfoWindow({content: $l98844cba8ded4a8a2c05b8244eda9e88});var infowindow = new google.maps.InfoWindow({content: $l98844cba8ded4a8a2c05b8244eda9e88});google.maps.event.addListener(m_98844cba8ded4a8a2c05b8244eda9e88, 'click', function() {infowindow.open(map,m_98844cba8ded4a8a2c05b8244eda9e88);});$marker.push(m_98844cba8ded4a8a2c05b8244eda9e88);}});}google.maps.event.addDomListener(window, 'load', initialize);