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.1888,-99.7656)};var g_2a591153683719120f5c20ad582712ed = new google.maps.Geocoder();g_2a591153683719120f5c20ad582712ed.geocode( { 'address': "722 Main St, Ashland, KS 67831, USA"}, 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('decccd15').innerHTML += ' | View Map';var $l2a591153683719120f5c20ad582712ed = '

Bank of Ashland

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