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(38.9076,-95.8298)};var g_acc081905fc3a74f786141f8d1ccec79 = new google.maps.Geocoder();g_acc081905fc3a74f786141f8d1ccec79.geocode( { 'address': "1741 N Washington St, Auburn, KS 66402"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-KS-landmark-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('auburn-KS-landmark-national-bank'), mapOptions);}document.getElementById('3001dd3d').innerHTML += ' | View Map';var $lacc081905fc3a74f786141f8d1ccec79 = '

Landmark National Bank

Address: 1741 N Washington St, Auburn, KS 66402
Phone: (785) 256-2000
';var m_acc081905fc3a74f786141f8d1ccec79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landmark National Bank',});m_acc081905fc3a74f786141f8d1ccec79['infowindow'] = new google.maps.InfoWindow({content: $lacc081905fc3a74f786141f8d1ccec79});var infowindow = new google.maps.InfoWindow({content: $lacc081905fc3a74f786141f8d1ccec79});google.maps.event.addListener(m_acc081905fc3a74f786141f8d1ccec79, 'click', function() {infowindow.open(map,m_acc081905fc3a74f786141f8d1ccec79);});$marker.push(m_acc081905fc3a74f786141f8d1ccec79);}});}google.maps.event.addDomListener(window, 'load', initialize);