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.6882,-97.343)};var g_b292c42b08d209a8baa530adc393671d = new google.maps.Geocoder();g_b292c42b08d209a8baa530adc393671d.geocode( { 'address': "3100 E Central Ave, Wichita, KS 67214"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-great-plains-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-great-plains-federal-credit-union'), mapOptions);}document.getElementById('41de7f65').innerHTML += ' | View Map';var $lb292c42b08d209a8baa530adc393671d = '

Great Plains Federal Credit Union

Address: 3100 E Central Ave, Wichita, KS 67214
Phone: (316) 684-1500
';var m_b292c42b08d209a8baa530adc393671d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Plains Federal Credit Union',});m_b292c42b08d209a8baa530adc393671d['infowindow'] = new google.maps.InfoWindow({content: $lb292c42b08d209a8baa530adc393671d});var infowindow = new google.maps.InfoWindow({content: $lb292c42b08d209a8baa530adc393671d});google.maps.event.addListener(m_b292c42b08d209a8baa530adc393671d, 'click', function() {infowindow.open(map,m_b292c42b08d209a8baa530adc393671d);});$marker.push(m_b292c42b08d209a8baa530adc393671d);}});}google.maps.event.addDomListener(window, 'load', initialize);