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.9581,-94.6865)};var g_64bd0fff1867d34bb000c72f11abb131 = new google.maps.Geocoder();g_64bd0fff1867d34bb000c72f11abb131.geocode( { 'address': "9400 Antioch Rd, Overland Park, KS 66212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('overland-park-KS-jeff-mccool---area-manager-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('overland-park-KS-jeff-mccool---area-manager-bank-of-the-west'), mapOptions);}document.getElementById('9073fd11').innerHTML += ' | View Map';var $l64bd0fff1867d34bb000c72f11abb131 = '

Jeff McCool - Area Manager Bank of the West

Address: 9400 Antioch Rd, Overland Park, KS 66212, USA
Phone: (913) 642-3030
';var m_64bd0fff1867d34bb000c72f11abb131 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jeff McCool - Area Manager Bank of the West',});m_64bd0fff1867d34bb000c72f11abb131['infowindow'] = new google.maps.InfoWindow({content: $l64bd0fff1867d34bb000c72f11abb131});var infowindow = new google.maps.InfoWindow({content: $l64bd0fff1867d34bb000c72f11abb131});google.maps.event.addListener(m_64bd0fff1867d34bb000c72f11abb131, 'click', function() {infowindow.open(map,m_64bd0fff1867d34bb000c72f11abb131);});$marker.push(m_64bd0fff1867d34bb000c72f11abb131);}});}google.maps.event.addDomListener(window, 'load', initialize);