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.2452,-96.9821)};var g_9e246510e26d4747c94a2ee2f122d2a8 = new google.maps.Geocoder();g_9e246510e26d4747c94a2ee2f122d2a8.geocode( { 'address': "1300 E 5th Ave, Winfield, KS 67156, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winfield-KS-wnmh-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('winfield-KS-wnmh-credit-union'), mapOptions);}document.getElementById('8468215b').innerHTML += ' | View Map';var $l9e246510e26d4747c94a2ee2f122d2a8 = '

WNMH Credit Union

Address: 1300 E 5th Ave, Winfield, KS 67156, USA
Phone: (620) 221-2300
';var m_9e246510e26d4747c94a2ee2f122d2a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WNMH Credit Union',});m_9e246510e26d4747c94a2ee2f122d2a8['infowindow'] = new google.maps.InfoWindow({content: $l9e246510e26d4747c94a2ee2f122d2a8});var infowindow = new google.maps.InfoWindow({content: $l9e246510e26d4747c94a2ee2f122d2a8});google.maps.event.addListener(m_9e246510e26d4747c94a2ee2f122d2a8, 'click', function() {infowindow.open(map,m_9e246510e26d4747c94a2ee2f122d2a8);});$marker.push(m_9e246510e26d4747c94a2ee2f122d2a8);}});}google.maps.event.addDomListener(window, 'load', initialize);