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.4384,-98.696)};var g_06f6692b9fcf71cd4f7bf7bb37e055a0 = new google.maps.Geocoder();g_06f6692b9fcf71cd4f7bf7bb37e055a0.geocode( { 'address': "128 W Main St, Osborne, KS 67473, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('osborne-KS-farmway-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('osborne-KS-farmway-credit-union'), mapOptions);}document.getElementById('6d4b5859').innerHTML += ' | View Map';var $l06f6692b9fcf71cd4f7bf7bb37e055a0 = '

Farmway Credit Union

Address: 128 W Main St, Osborne, KS 67473, USA
Phone: (785) 346-5906
';var m_06f6692b9fcf71cd4f7bf7bb37e055a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmway Credit Union',});m_06f6692b9fcf71cd4f7bf7bb37e055a0['infowindow'] = new google.maps.InfoWindow({content: $l06f6692b9fcf71cd4f7bf7bb37e055a0});var infowindow = new google.maps.InfoWindow({content: $l06f6692b9fcf71cd4f7bf7bb37e055a0});google.maps.event.addListener(m_06f6692b9fcf71cd4f7bf7bb37e055a0, 'click', function() {infowindow.open(map,m_06f6692b9fcf71cd4f7bf7bb37e055a0);});$marker.push(m_06f6692b9fcf71cd4f7bf7bb37e055a0);}});}google.maps.event.addDomListener(window, 'load', initialize);