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(39.3647,-97.774)};var g_41b69f211dd5617d041802a8813d6d66 = new google.maps.Geocoder();g_41b69f211dd5617d041802a8813d6d66.geocode( { 'address': "830 Deer Rd, Glasco, KS 67445, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glasco-KS-mid-plains-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('glasco-KS-mid-plains-credit-union'), mapOptions);}document.getElementById('28e9e301').innerHTML += ' | View Map';var $l41b69f211dd5617d041802a8813d6d66 = '

Mid Plains Credit Union

Address: 830 Deer Rd, Glasco, KS 67445, USA
Phone: (785) 568-2648
';var m_41b69f211dd5617d041802a8813d6d66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid Plains Credit Union',});m_41b69f211dd5617d041802a8813d6d66['infowindow'] = new google.maps.InfoWindow({content: $l41b69f211dd5617d041802a8813d6d66});var infowindow = new google.maps.InfoWindow({content: $l41b69f211dd5617d041802a8813d6d66});google.maps.event.addListener(m_41b69f211dd5617d041802a8813d6d66, 'click', function() {infowindow.open(map,m_41b69f211dd5617d041802a8813d6d66);});$marker.push(m_41b69f211dd5617d041802a8813d6d66);}});}google.maps.event.addDomListener(window, 'load', initialize);