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(38.02,-97.9328)};var g_d71fa38b648d86602d14ac610f2e6194 = new google.maps.Geocoder();g_d71fa38b648d86602d14ac610f2e6194.geocode( { 'address': "612 S Maple St, South Hutchinson, KS 67505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-hutchinson-KS-catholics-united-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('south-hutchinson-KS-catholics-united-credit-union'), mapOptions);}document.getElementById('4e11797d').innerHTML += ' | View Map';var $ld71fa38b648d86602d14ac610f2e6194 = '

Catholics United Credit Union

Address: 612 S Maple St, South Hutchinson, KS 67505, USA
Phone: (620) 665-0777
';var m_d71fa38b648d86602d14ac610f2e6194 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Catholics United Credit Union',});m_d71fa38b648d86602d14ac610f2e6194['infowindow'] = new google.maps.InfoWindow({content: $ld71fa38b648d86602d14ac610f2e6194});var infowindow = new google.maps.InfoWindow({content: $ld71fa38b648d86602d14ac610f2e6194});google.maps.event.addListener(m_d71fa38b648d86602d14ac610f2e6194, 'click', function() {infowindow.open(map,m_d71fa38b648d86602d14ac610f2e6194);});$marker.push(m_d71fa38b648d86602d14ac610f2e6194);}});}google.maps.event.addDomListener(window, 'load', initialize);