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.34,-95.2817)};var g_ccde151bc680f7f7e3406c38d9c0f0f1 = new google.maps.Geocoder();g_ccde151bc680f7f7e3406c38d9c0f0f1.geocode( { 'address': "3030 Main St, Parsons, KS 67357, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parsons-KS-golden-plains-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('parsons-KS-golden-plains-credit-union'), mapOptions);}document.getElementById('f1e0c5ef').innerHTML += ' | View Map';var $lccde151bc680f7f7e3406c38d9c0f0f1 = '

Golden Plains Credit Union

Address: 3030 Main St, Parsons, KS 67357, USA
Phone: (620) 421-3080
';var m_ccde151bc680f7f7e3406c38d9c0f0f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden Plains Credit Union',});m_ccde151bc680f7f7e3406c38d9c0f0f1['infowindow'] = new google.maps.InfoWindow({content: $lccde151bc680f7f7e3406c38d9c0f0f1});var infowindow = new google.maps.InfoWindow({content: $lccde151bc680f7f7e3406c38d9c0f0f1});google.maps.event.addListener(m_ccde151bc680f7f7e3406c38d9c0f0f1, 'click', function() {infowindow.open(map,m_ccde151bc680f7f7e3406c38d9c0f0f1);});$marker.push(m_ccde151bc680f7f7e3406c38d9c0f0f1);}});}google.maps.event.addDomListener(window, 'load', initialize);