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_c89ca36e4d0430e75ca2390470a59a59 = new google.maps.Geocoder();g_c89ca36e4d0430e75ca2390470a59a59.geocode( { 'address': "1919 S Ohio St, Salina, KS 67401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salina-KS-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('salina-KS-bank-of-the-west'), mapOptions);}document.getElementById('185f28c9').innerHTML += ' | View Map';var $lc89ca36e4d0430e75ca2390470a59a59 = '

Bank Of The West

Address: 1919 S Ohio St, Salina, KS 67401
Phone: (785) 493-9179
';var m_c89ca36e4d0430e75ca2390470a59a59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of The West',});m_c89ca36e4d0430e75ca2390470a59a59['infowindow'] = new google.maps.InfoWindow({content: $lc89ca36e4d0430e75ca2390470a59a59});var infowindow = new google.maps.InfoWindow({content: $lc89ca36e4d0430e75ca2390470a59a59});google.maps.event.addListener(m_c89ca36e4d0430e75ca2390470a59a59, 'click', function() {infowindow.open(map,m_c89ca36e4d0430e75ca2390470a59a59);});$marker.push(m_c89ca36e4d0430e75ca2390470a59a59);}});}google.maps.event.addDomListener(window, 'load', initialize);