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(38.1392,-97.4313)};var g_0126af625c72ec0fd0a0b834308d3082 = new google.maps.Geocoder();g_0126af625c72ec0fd0a0b834308d3082.geocode( { 'address': "140 N Main St, Hesston, KS 67062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hesston-KS-golden-plains-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hesston-KS-golden-plains-credit-union'), mapOptions);}document.getElementById('402eb124').innerHTML += ' | View Map';var $l0126af625c72ec0fd0a0b834308d3082 = '

Golden Plains Credit Union

Address: 140 N Main St, Hesston, KS 67062, USA
Phone: (620) 327-4144
';var m_0126af625c72ec0fd0a0b834308d3082 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden Plains Credit Union',});m_0126af625c72ec0fd0a0b834308d3082['infowindow'] = new google.maps.InfoWindow({content: $l0126af625c72ec0fd0a0b834308d3082});var infowindow = new google.maps.InfoWindow({content: $l0126af625c72ec0fd0a0b834308d3082});google.maps.event.addListener(m_0126af625c72ec0fd0a0b834308d3082, 'click', function() {infowindow.open(map,m_0126af625c72ec0fd0a0b834308d3082);});$marker.push(m_0126af625c72ec0fd0a0b834308d3082);}});}google.maps.event.addDomListener(window, 'load', initialize);