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.869,-99.3292)};var g_50ca9139a65d95491aca614be46c08f1 = new google.maps.Geocoder();g_50ca9139a65d95491aca614be46c08f1.geocode( { 'address': "205 E 7th St, Hays, KS 67601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hays-KS-peoples-bank--trust-co-jeffery-l-carter').style.display = '';map = new google.maps.Map(document.getElementById('hays-KS-peoples-bank--trust-co-jeffery-l-carter'), mapOptions);}document.getElementById('c0f963c0').innerHTML += ' | View Map';var $l50ca9139a65d95491aca614be46c08f1 = '

Peoples Bank & Trust Co: Jeffery L Carter

Address: 205 E 7th St, Hays, KS 67601, USA
Phone: (785) 261-9509
';var m_50ca9139a65d95491aca614be46c08f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank & Trust Co: Jeffery L Carter',});m_50ca9139a65d95491aca614be46c08f1['infowindow'] = new google.maps.InfoWindow({content: $l50ca9139a65d95491aca614be46c08f1});var infowindow = new google.maps.InfoWindow({content: $l50ca9139a65d95491aca614be46c08f1});google.maps.event.addListener(m_50ca9139a65d95491aca614be46c08f1, 'click', function() {infowindow.open(map,m_50ca9139a65d95491aca614be46c08f1);});$marker.push(m_50ca9139a65d95491aca614be46c08f1);}});}google.maps.event.addDomListener(window, 'load', initialize);