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.6959,-97.2995)};var g_1bc967477f11983ba1d41e2167ae575b = new google.maps.Geocoder();g_1bc967477f11983ba1d41e2167ae575b.geocode( { 'address': "551 N Hillside St # 340, Wichita, KS 67214, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-wesley-medical-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-wesley-medical-credit-union'), mapOptions);}document.getElementById('bb1cbb01').innerHTML += ' | View Map';var $l1bc967477f11983ba1d41e2167ae575b = '

Wesley Medical Credit Union

Address: 551 N Hillside St # 340, Wichita, KS 67214, USA
Phone: (316) 962-3035
';var m_1bc967477f11983ba1d41e2167ae575b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wesley Medical Credit Union',});m_1bc967477f11983ba1d41e2167ae575b['infowindow'] = new google.maps.InfoWindow({content: $l1bc967477f11983ba1d41e2167ae575b});var infowindow = new google.maps.InfoWindow({content: $l1bc967477f11983ba1d41e2167ae575b});google.maps.event.addListener(m_1bc967477f11983ba1d41e2167ae575b, 'click', function() {infowindow.open(map,m_1bc967477f11983ba1d41e2167ae575b);});$marker.push(m_1bc967477f11983ba1d41e2167ae575b);}});}google.maps.event.addDomListener(window, 'load', initialize);