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.0574,-97.3456)};var g_75455e062929d32a333868084286bb68 = new google.maps.Geocoder();g_75455e062929d32a333868084286bb68.geocode( { 'address': "100 W 12th St, Newton, KS 67114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-KS-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('newton-KS-bank-of-the-west'), mapOptions);}document.getElementById('61c8a26c').innerHTML += ' | View Map';var $l75455e062929d32a333868084286bb68 = '

Bank of the West

Address: 100 W 12th St, Newton, KS 67114, USA
Phone: (316) 283-7310
';var m_75455e062929d32a333868084286bb68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_75455e062929d32a333868084286bb68['infowindow'] = new google.maps.InfoWindow({content: $l75455e062929d32a333868084286bb68});var infowindow = new google.maps.InfoWindow({content: $l75455e062929d32a333868084286bb68});google.maps.event.addListener(m_75455e062929d32a333868084286bb68, 'click', function() {infowindow.open(map,m_75455e062929d32a333868084286bb68);});$marker.push(m_75455e062929d32a333868084286bb68);}});}google.maps.event.addDomListener(window, 'load', initialize);