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_ac2a728f9f17b5d860b6dabd80a5162f = new google.maps.Geocoder();g_ac2a728f9f17b5d860b6dabd80a5162f.geocode( { 'address': "9555 E Corporate Hills Dr, Wichita, KS 67207-1392"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-golden-plains-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-golden-plains-credit-union'), mapOptions);}document.getElementById('d61d7fab').innerHTML += ' | View Map';var $lac2a728f9f17b5d860b6dabd80a5162f = '

Golden Plains Credit Union

Address: 9555 E Corporate Hills Dr, Wichita, KS 67207-1392
Phone: (316) 685-9555
';var m_ac2a728f9f17b5d860b6dabd80a5162f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden Plains Credit Union',});m_ac2a728f9f17b5d860b6dabd80a5162f['infowindow'] = new google.maps.InfoWindow({content: $lac2a728f9f17b5d860b6dabd80a5162f});var infowindow = new google.maps.InfoWindow({content: $lac2a728f9f17b5d860b6dabd80a5162f});google.maps.event.addListener(m_ac2a728f9f17b5d860b6dabd80a5162f, 'click', function() {infowindow.open(map,m_ac2a728f9f17b5d860b6dabd80a5162f);});$marker.push(m_ac2a728f9f17b5d860b6dabd80a5162f);}});}google.maps.event.addDomListener(window, 'load', initialize);