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.0914,-95.6807)};var g_1b318124e37af6d74a03501474f44ea1 = new google.maps.Geocoder();g_1b318124e37af6d74a03501474f44ea1.geocode( { 'address': "2634 US-24, Topeka, KS 66618, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('topeka-KS-credit-unions-united').style.display = '';map = new google.maps.Map(document.getElementById('topeka-KS-credit-unions-united'), mapOptions);}document.getElementById('154969c7').innerHTML += ' | View Map';var $l1b318124e37af6d74a03501474f44ea1 = '

Credit Unions United

Address: 2634 US-24, Topeka, KS 66618, USA
Phone: (785) 357-4479
';var m_1b318124e37af6d74a03501474f44ea1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Unions United',});m_1b318124e37af6d74a03501474f44ea1['infowindow'] = new google.maps.InfoWindow({content: $l1b318124e37af6d74a03501474f44ea1});var infowindow = new google.maps.InfoWindow({content: $l1b318124e37af6d74a03501474f44ea1});google.maps.event.addListener(m_1b318124e37af6d74a03501474f44ea1, 'click', function() {infowindow.open(map,m_1b318124e37af6d74a03501474f44ea1);});$marker.push(m_1b318124e37af6d74a03501474f44ea1);}});}google.maps.event.addDomListener(window, 'load', initialize);