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.8787,-99.3173)};var g_4a88017f1f83c4e28a64117af5969140 = new google.maps.Geocoder();g_4a88017f1f83c4e28a64117af5969140.geocode( { 'address': "2200 Vine St, Hays, KS 67601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hays-KS-atm-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('hays-KS-atm-commerce-bank'), mapOptions);}document.getElementById('b16897a9').innerHTML += ' | View Map';var $l4a88017f1f83c4e28a64117af5969140 = '

ATM (Commerce Bank)

Address: 2200 Vine St, Hays, KS 67601, USA
Phone:
';var m_4a88017f1f83c4e28a64117af5969140 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Commerce Bank)',});m_4a88017f1f83c4e28a64117af5969140['infowindow'] = new google.maps.InfoWindow({content: $l4a88017f1f83c4e28a64117af5969140});var infowindow = new google.maps.InfoWindow({content: $l4a88017f1f83c4e28a64117af5969140});google.maps.event.addListener(m_4a88017f1f83c4e28a64117af5969140, 'click', function() {infowindow.open(map,m_4a88017f1f83c4e28a64117af5969140);});$marker.push(m_4a88017f1f83c4e28a64117af5969140);}});}google.maps.event.addDomListener(window, 'load', initialize);