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(37.7725,-100.034)};var g_b10ab21a92f94573ca4091e5af5927ee = new google.maps.Geocoder();g_b10ab21a92f94573ca4091e5af5927ee.geocode( { 'address': "2121 N 14th Ave, Dodge City, KS 67801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dodge-city-KS-western-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('dodge-city-KS-western-state-bank'), mapOptions);}document.getElementById('e548ed29').innerHTML += ' | View Map';var $lb10ab21a92f94573ca4091e5af5927ee = '

Western State Bank

Address: 2121 N 14th Ave, Dodge City, KS 67801, USA
Phone: (620) 227-9824
';var m_b10ab21a92f94573ca4091e5af5927ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western State Bank',});m_b10ab21a92f94573ca4091e5af5927ee['infowindow'] = new google.maps.InfoWindow({content: $lb10ab21a92f94573ca4091e5af5927ee});var infowindow = new google.maps.InfoWindow({content: $lb10ab21a92f94573ca4091e5af5927ee});google.maps.event.addListener(m_b10ab21a92f94573ca4091e5af5927ee, 'click', function() {infowindow.open(map,m_b10ab21a92f94573ca4091e5af5927ee);});$marker.push(m_b10ab21a92f94573ca4091e5af5927ee);}});}google.maps.event.addDomListener(window, 'load', initialize);