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.6915,-96.9761)};var g_3925d313c95e874b3e75a4b6d2067d2a = new google.maps.Geocoder();g_3925d313c95e874b3e75a4b6d2067d2a.geocode( { 'address': "2830 Ohio St, Augusta, KS 67010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('augusta-KS-white-eagle-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('augusta-KS-white-eagle-credit-union'), mapOptions);}document.getElementById('9ec65788').innerHTML += ' | View Map';var $l3925d313c95e874b3e75a4b6d2067d2a = '

White Eagle Credit Union

Address: 2830 Ohio St, Augusta, KS 67010
Phone: (316) 775-7591
';var m_3925d313c95e874b3e75a4b6d2067d2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'White Eagle Credit Union',});m_3925d313c95e874b3e75a4b6d2067d2a['infowindow'] = new google.maps.InfoWindow({content: $l3925d313c95e874b3e75a4b6d2067d2a});var infowindow = new google.maps.InfoWindow({content: $l3925d313c95e874b3e75a4b6d2067d2a});google.maps.event.addListener(m_3925d313c95e874b3e75a4b6d2067d2a, 'click', function() {infowindow.open(map,m_3925d313c95e874b3e75a4b6d2067d2a);});$marker.push(m_3925d313c95e874b3e75a4b6d2067d2a);}});}google.maps.event.addDomListener(window, 'load', initialize);