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.1885,-99.1016)};var g_15013dfacd1c0a1b6a802b3b81244183 = new google.maps.Geocoder();g_15013dfacd1c0a1b6a802b3b81244183.geocode( { 'address': "324 W 14th St, Larned, KS 67550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('larned-KS-bank-of-the-west---atm').style.display = '';map = new google.maps.Map(document.getElementById('larned-KS-bank-of-the-west---atm'), mapOptions);}document.getElementById('42bc2b0b').innerHTML += ' | View Map';var $l15013dfacd1c0a1b6a802b3b81244183 = '

Bank of the West - ATM

Address: 324 W 14th St, Larned, KS 67550, USA
Phone: (800) 488-2265
';var m_15013dfacd1c0a1b6a802b3b81244183 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West - ATM',});m_15013dfacd1c0a1b6a802b3b81244183['infowindow'] = new google.maps.InfoWindow({content: $l15013dfacd1c0a1b6a802b3b81244183});var infowindow = new google.maps.InfoWindow({content: $l15013dfacd1c0a1b6a802b3b81244183});google.maps.event.addListener(m_15013dfacd1c0a1b6a802b3b81244183, 'click', function() {infowindow.open(map,m_15013dfacd1c0a1b6a802b3b81244183);});$marker.push(m_15013dfacd1c0a1b6a802b3b81244183);}});}google.maps.event.addDomListener(window, 'load', initialize);