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(35.8699,-99.3471)};var g_257289a69f3d58a9e192db44ff771f3d = new google.maps.Geocoder();g_257289a69f3d58a9e192db44ff771f3d.geocode( { 'address': "401 S Main St, Leedey, OK 73654, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leedey-OK-the-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('leedey-OK-the-bank-of-the-west'), mapOptions);}document.getElementById('45b54b7d').innerHTML += ' | View Map';var $l257289a69f3d58a9e192db44ff771f3d = '

The Bank of the West

Address: 401 S Main St, Leedey, OK 73654, USA
Phone: (580) 488-2001
';var m_257289a69f3d58a9e192db44ff771f3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of the West',});m_257289a69f3d58a9e192db44ff771f3d['infowindow'] = new google.maps.InfoWindow({content: $l257289a69f3d58a9e192db44ff771f3d});var infowindow = new google.maps.InfoWindow({content: $l257289a69f3d58a9e192db44ff771f3d});google.maps.event.addListener(m_257289a69f3d58a9e192db44ff771f3d, 'click', function() {infowindow.open(map,m_257289a69f3d58a9e192db44ff771f3d);});$marker.push(m_257289a69f3d58a9e192db44ff771f3d);}});}google.maps.event.addDomListener(window, 'load', initialize);