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.5794,-101.358)};var g_a17891499a30fcb59c16b2c172d78fc4 = new google.maps.Geocoder();g_a17891499a30fcb59c16b2c172d78fc4.geocode( { 'address': "123 W Central Ave, Ulysses, KS 67880, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ulysses-KS-b-p-ulysses-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('ulysses-KS-b-p-ulysses-federal-cu'), mapOptions);}document.getElementById('4e9d9ff7').innerHTML += ' | View Map';var $la17891499a30fcb59c16b2c172d78fc4 = '

B P Ulysses Federal CU

Address: 123 W Central Ave, Ulysses, KS 67880, USA
Phone: (620) 353-1009
';var m_a17891499a30fcb59c16b2c172d78fc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B P Ulysses Federal CU',});m_a17891499a30fcb59c16b2c172d78fc4['infowindow'] = new google.maps.InfoWindow({content: $la17891499a30fcb59c16b2c172d78fc4});var infowindow = new google.maps.InfoWindow({content: $la17891499a30fcb59c16b2c172d78fc4});google.maps.event.addListener(m_a17891499a30fcb59c16b2c172d78fc4, 'click', function() {infowindow.open(map,m_a17891499a30fcb59c16b2c172d78fc4);});$marker.push(m_a17891499a30fcb59c16b2c172d78fc4);}});}google.maps.event.addDomListener(window, 'load', initialize);