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(39.1043,-94.597)};var g_302810c531dc591423c0ab6271fdc1ec = new google.maps.Geocoder();g_302810c531dc591423c0ab6271fdc1ec.geocode( { 'address': "5245 NW 64th St, Kansas City, MO 64151"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-bank-of-the-west'), mapOptions);}document.getElementById('bdc3ad95').innerHTML += ' | View Map';var $l302810c531dc591423c0ab6271fdc1ec = '

Bank of the West

Address: 5245 NW 64th St, Kansas City, MO 64151
Phone: (816) 587-2888
';var m_302810c531dc591423c0ab6271fdc1ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_302810c531dc591423c0ab6271fdc1ec['infowindow'] = new google.maps.InfoWindow({content: $l302810c531dc591423c0ab6271fdc1ec});var infowindow = new google.maps.InfoWindow({content: $l302810c531dc591423c0ab6271fdc1ec});google.maps.event.addListener(m_302810c531dc591423c0ab6271fdc1ec, 'click', function() {infowindow.open(map,m_302810c531dc591423c0ab6271fdc1ec);});$marker.push(m_302810c531dc591423c0ab6271fdc1ec);}});}google.maps.event.addDomListener(window, 'load', initialize);