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.8177,-96.8514)};var g_806c472f05c8e1ec7b4eee6b9d2190b6 = new google.maps.Geocoder();g_806c472f05c8e1ec7b4eee6b9d2190b6.geocode( { 'address': "202 W Central Ave, El Dorado, KS 67042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-dorado-KS-white-eagle-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('el-dorado-KS-white-eagle-credit-union'), mapOptions);}document.getElementById('ef76a404').innerHTML += ' | View Map';var $l806c472f05c8e1ec7b4eee6b9d2190b6 = '

White Eagle Credit Union

Address: 202 W Central Ave, El Dorado, KS 67042, USA
Phone: (316) 320-7649
';var m_806c472f05c8e1ec7b4eee6b9d2190b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'White Eagle Credit Union',});m_806c472f05c8e1ec7b4eee6b9d2190b6['infowindow'] = new google.maps.InfoWindow({content: $l806c472f05c8e1ec7b4eee6b9d2190b6});var infowindow = new google.maps.InfoWindow({content: $l806c472f05c8e1ec7b4eee6b9d2190b6});google.maps.event.addListener(m_806c472f05c8e1ec7b4eee6b9d2190b6, 'click', function() {infowindow.open(map,m_806c472f05c8e1ec7b4eee6b9d2190b6);});$marker.push(m_806c472f05c8e1ec7b4eee6b9d2190b6);}});}google.maps.event.addDomListener(window, 'load', initialize);