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.1891,-99.7709)};var g_21b7ba6ea0342fa91c680147f52ee136 = new google.maps.Geocoder();g_21b7ba6ea0342fa91c680147f52ee136.geocode( { 'address': "722 Main St, Ashland, KS 67831"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-KS-bank-of-ashland').style.display = '';map = new google.maps.Map(document.getElementById('ashland-KS-bank-of-ashland'), mapOptions);}document.getElementById('1a01592d').innerHTML += ' | View Map';var $l21b7ba6ea0342fa91c680147f52ee136 = '

Bank Of Ashland

Address: 722 Main St, Ashland, KS 67831
Phone: (620) 635-2218
';var m_21b7ba6ea0342fa91c680147f52ee136 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Ashland',});m_21b7ba6ea0342fa91c680147f52ee136['infowindow'] = new google.maps.InfoWindow({content: $l21b7ba6ea0342fa91c680147f52ee136});var infowindow = new google.maps.InfoWindow({content: $l21b7ba6ea0342fa91c680147f52ee136});google.maps.event.addListener(m_21b7ba6ea0342fa91c680147f52ee136, 'click', function() {infowindow.open(map,m_21b7ba6ea0342fa91c680147f52ee136);});$marker.push(m_21b7ba6ea0342fa91c680147f52ee136);}});}google.maps.event.addDomListener(window, 'load', initialize);