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.5564,-97.2436)};var g_e44ac774f0c9cea9b12c32d2d6b4eb76 = new google.maps.Geocoder();g_e44ac774f0c9cea9b12c32d2d6b4eb76.geocode( { 'address': "1100 Rock Road, Derby, KS 67037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('derby-KS-credit-union-of-america').style.display = '';map = new google.maps.Map(document.getElementById('derby-KS-credit-union-of-america'), mapOptions);}document.getElementById('a13924d7').innerHTML += ' | View Map';var $le44ac774f0c9cea9b12c32d2d6b4eb76 = '

Credit Union of America

Address: 1100 Rock Road, Derby, KS 67037, USA
Phone: (316) 788-3688
';var m_e44ac774f0c9cea9b12c32d2d6b4eb76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union of America',});m_e44ac774f0c9cea9b12c32d2d6b4eb76['infowindow'] = new google.maps.InfoWindow({content: $le44ac774f0c9cea9b12c32d2d6b4eb76});var infowindow = new google.maps.InfoWindow({content: $le44ac774f0c9cea9b12c32d2d6b4eb76});google.maps.event.addListener(m_e44ac774f0c9cea9b12c32d2d6b4eb76, 'click', function() {infowindow.open(map,m_e44ac774f0c9cea9b12c32d2d6b4eb76);});$marker.push(m_e44ac774f0c9cea9b12c32d2d6b4eb76);}});}google.maps.event.addDomListener(window, 'load', initialize);