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.3623,-98.7993)};var g_5b7b972044a0a76240e1656eb587deba = new google.maps.Geocoder();g_5b7b972044a0a76240e1656eb587deba.geocode( { 'address': "4708 10th St, Great Bend, KS 67530, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-bend-KS-credit-union-of-america').style.display = '';map = new google.maps.Map(document.getElementById('great-bend-KS-credit-union-of-america'), mapOptions);}document.getElementById('6130e8ec').innerHTML += ' | View Map';var $l5b7b972044a0a76240e1656eb587deba = '

Credit Union of America

Address: 4708 10th St, Great Bend, KS 67530, USA
Phone: (620) 792-2554
';var m_5b7b972044a0a76240e1656eb587deba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union of America',});m_5b7b972044a0a76240e1656eb587deba['infowindow'] = new google.maps.InfoWindow({content: $l5b7b972044a0a76240e1656eb587deba});var infowindow = new google.maps.InfoWindow({content: $l5b7b972044a0a76240e1656eb587deba});google.maps.event.addListener(m_5b7b972044a0a76240e1656eb587deba, 'click', function() {infowindow.open(map,m_5b7b972044a0a76240e1656eb587deba);});$marker.push(m_5b7b972044a0a76240e1656eb587deba);}});}google.maps.event.addDomListener(window, 'load', initialize);