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.9879,-94.2741)};var g_01d78762404bda95e72a3f612703cd77 = new google.maps.Geocoder();g_01d78762404bda95e72a3f612703cd77.geocode( { 'address': "3121 S Highway 7, Blue Springs, MO 64015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-springs-MO-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('blue-springs-MO-bank-of-the-west'), mapOptions);}document.getElementById('41516324').innerHTML += ' | View Map';var $l01d78762404bda95e72a3f612703cd77 = '

Bank of the West

Address: 3121 S Highway 7, Blue Springs, MO 64015, USA
Phone: (816) 220-9000
';var m_01d78762404bda95e72a3f612703cd77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_01d78762404bda95e72a3f612703cd77['infowindow'] = new google.maps.InfoWindow({content: $l01d78762404bda95e72a3f612703cd77});var infowindow = new google.maps.InfoWindow({content: $l01d78762404bda95e72a3f612703cd77});google.maps.event.addListener(m_01d78762404bda95e72a3f612703cd77, 'click', function() {infowindow.open(map,m_01d78762404bda95e72a3f612703cd77);});$marker.push(m_01d78762404bda95e72a3f612703cd77);}});}google.maps.event.addDomListener(window, 'load', initialize);