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.8645,-96.4897)};var g_35fc4d14237913009219a0d3c5d4f6ee = new google.maps.Geocoder();g_35fc4d14237913009219a0d3c5d4f6ee.geocode( { 'address': "619 Main St, Alta Vista, KS 66834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alta-vista-KS-alta-vista-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('alta-vista-KS-alta-vista-state-bank'), mapOptions);}document.getElementById('8e156df6').innerHTML += ' | View Map';var $l35fc4d14237913009219a0d3c5d4f6ee = '

Alta Vista State Bank

Address: 619 Main St, Alta Vista, KS 66834, USA
Phone: (785) 499-6304
';var m_35fc4d14237913009219a0d3c5d4f6ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alta Vista State Bank',});m_35fc4d14237913009219a0d3c5d4f6ee['infowindow'] = new google.maps.InfoWindow({content: $l35fc4d14237913009219a0d3c5d4f6ee});var infowindow = new google.maps.InfoWindow({content: $l35fc4d14237913009219a0d3c5d4f6ee});google.maps.event.addListener(m_35fc4d14237913009219a0d3c5d4f6ee, 'click', function() {infowindow.open(map,m_35fc4d14237913009219a0d3c5d4f6ee);});$marker.push(m_35fc4d14237913009219a0d3c5d4f6ee);}});}google.maps.event.addDomListener(window, 'load', initialize);