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.8171,-96.8688)};var g_5c75bc339f546fcada58819fe14baa77 = new google.maps.Geocoder();g_5c75bc339f546fcada58819fe14baa77.geocode( { 'address': "1407 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-bluestem-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('el-dorado-KS-bluestem-community-cu'), mapOptions);}document.getElementById('b05683e5').innerHTML += ' | View Map';var $l5c75bc339f546fcada58819fe14baa77 = '

Bluestem Community CU

Address: 1407 W Central Ave, El Dorado, KS 67042, USA
Phone: (316) 320-1777
';var m_5c75bc339f546fcada58819fe14baa77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bluestem Community CU',});m_5c75bc339f546fcada58819fe14baa77['infowindow'] = new google.maps.InfoWindow({content: $l5c75bc339f546fcada58819fe14baa77});var infowindow = new google.maps.InfoWindow({content: $l5c75bc339f546fcada58819fe14baa77});google.maps.event.addListener(m_5c75bc339f546fcada58819fe14baa77, 'click', function() {infowindow.open(map,m_5c75bc339f546fcada58819fe14baa77);});$marker.push(m_5c75bc339f546fcada58819fe14baa77);}});}google.maps.event.addDomListener(window, 'load', initialize);