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.397,-101.048)};var g_5f2ab57c477ac09a136c872944b88d83 = new google.maps.Geocoder();g_5f2ab57c477ac09a136c872944b88d83.geocode( { 'address': "240 W 4th St, Colby, KS 67701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colby-KS-farmers--merchants-bank-colby').style.display = '';map = new google.maps.Map(document.getElementById('colby-KS-farmers--merchants-bank-colby'), mapOptions);}document.getElementById('02e45c61').innerHTML += ' | View Map';var $l5f2ab57c477ac09a136c872944b88d83 = '

Farmers & Merchants Bank-Colby

Address: 240 W 4th St, Colby, KS 67701, USA
Phone: (785) 460-3321
';var m_5f2ab57c477ac09a136c872944b88d83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank-Colby',});m_5f2ab57c477ac09a136c872944b88d83['infowindow'] = new google.maps.InfoWindow({content: $l5f2ab57c477ac09a136c872944b88d83});var infowindow = new google.maps.InfoWindow({content: $l5f2ab57c477ac09a136c872944b88d83});google.maps.event.addListener(m_5f2ab57c477ac09a136c872944b88d83, 'click', function() {infowindow.open(map,m_5f2ab57c477ac09a136c872944b88d83);});$marker.push(m_5f2ab57c477ac09a136c872944b88d83);}});}google.maps.event.addDomListener(window, 'load', initialize);