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.002,-97.5063)};var g_0c6406ed78ad0a0a3aa6106ff8e0d458 = new google.maps.Geocoder();g_0c6406ed78ad0a0a3aa6106ff8e0d458.geocode( { 'address': "314 Main St, Halstead, KS 67056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('halstead-KS-halstead-bank').style.display = '';map = new google.maps.Map(document.getElementById('halstead-KS-halstead-bank'), mapOptions);}document.getElementById('4e45e209').innerHTML += ' | View Map';var $l0c6406ed78ad0a0a3aa6106ff8e0d458 = '

Halstead Bank

Address: 314 Main St, Halstead, KS 67056, USA
Phone: (316) 830-2226
';var m_0c6406ed78ad0a0a3aa6106ff8e0d458 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Halstead Bank',});m_0c6406ed78ad0a0a3aa6106ff8e0d458['infowindow'] = new google.maps.InfoWindow({content: $l0c6406ed78ad0a0a3aa6106ff8e0d458});var infowindow = new google.maps.InfoWindow({content: $l0c6406ed78ad0a0a3aa6106ff8e0d458});google.maps.event.addListener(m_0c6406ed78ad0a0a3aa6106ff8e0d458, 'click', function() {infowindow.open(map,m_0c6406ed78ad0a0a3aa6106ff8e0d458);});$marker.push(m_0c6406ed78ad0a0a3aa6106ff8e0d458);}});}google.maps.event.addDomListener(window, 'load', initialize);