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.8915,-100.828)};var g_58a809279e7bae2aaf1c87d11cbb3178 = new google.maps.Geocoder();g_58a809279e7bae2aaf1c87d11cbb3178.geocode( { 'address': "331 S Quincy Ave, Herndon, KS 67739"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('herndon-KS-bank').style.display = '';map = new google.maps.Map(document.getElementById('herndon-KS-bank'), mapOptions);}document.getElementById('ea45c8f8').innerHTML += ' | View Map';var $l58a809279e7bae2aaf1c87d11cbb3178 = '

Bank

Address: 331 S Quincy Ave, Herndon, KS 67739
Phone: (785) 322-5619
';var m_58a809279e7bae2aaf1c87d11cbb3178 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank',});m_58a809279e7bae2aaf1c87d11cbb3178['infowindow'] = new google.maps.InfoWindow({content: $l58a809279e7bae2aaf1c87d11cbb3178});var infowindow = new google.maps.InfoWindow({content: $l58a809279e7bae2aaf1c87d11cbb3178});google.maps.event.addListener(m_58a809279e7bae2aaf1c87d11cbb3178, 'click', function() {infowindow.open(map,m_58a809279e7bae2aaf1c87d11cbb3178);});$marker.push(m_58a809279e7bae2aaf1c87d11cbb3178);}});}google.maps.event.addDomListener(window, 'load', initialize);