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.8299,-97.6162)};var g_50aaa83c9c2d1d1f3ebc6c732c1abc8c = new google.maps.Geocoder();g_50aaa83c9c2d1d1f3ebc6c732c1abc8c.geocode( { 'address': "300 S 9th St, Salina, KS 67401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salina-KS-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('salina-KS-peoples-bank'), mapOptions);}document.getElementById('dcb98eda').innerHTML += ' | View Map';var $l50aaa83c9c2d1d1f3ebc6c732c1abc8c = '

Peoples Bank

Address: 300 S 9th St, Salina, KS 67401
Phone: (785) 825-5921
';var m_50aaa83c9c2d1d1f3ebc6c732c1abc8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank',});m_50aaa83c9c2d1d1f3ebc6c732c1abc8c['infowindow'] = new google.maps.InfoWindow({content: $l50aaa83c9c2d1d1f3ebc6c732c1abc8c});var infowindow = new google.maps.InfoWindow({content: $l50aaa83c9c2d1d1f3ebc6c732c1abc8c});google.maps.event.addListener(m_50aaa83c9c2d1d1f3ebc6c732c1abc8c, 'click', function() {infowindow.open(map,m_50aaa83c9c2d1d1f3ebc6c732c1abc8c);});$marker.push(m_50aaa83c9c2d1d1f3ebc6c732c1abc8c);}});}google.maps.event.addDomListener(window, 'load', initialize);