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(34.7232,-98.2601)};var g_5847ac0c8efb8552d1b7c42a4c3f2418 = new google.maps.Geocoder();g_5847ac0c8efb8552d1b7c42a4c3f2418.geocode( { 'address': "8217 US Highway 277, Elgin, OK 73538"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elgin-OK-bank-of-the-wichitas').style.display = '';map = new google.maps.Map(document.getElementById('elgin-OK-bank-of-the-wichitas'), mapOptions);}document.getElementById('823fa7a3').innerHTML += ' | View Map';var $l5847ac0c8efb8552d1b7c42a4c3f2418 = '

Bank Of The Wichitas

Address: 8217 US Highway 277, Elgin, OK 73538
Phone: (580) 492-4422
';var m_5847ac0c8efb8552d1b7c42a4c3f2418 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of The Wichitas',});m_5847ac0c8efb8552d1b7c42a4c3f2418['infowindow'] = new google.maps.InfoWindow({content: $l5847ac0c8efb8552d1b7c42a4c3f2418});var infowindow = new google.maps.InfoWindow({content: $l5847ac0c8efb8552d1b7c42a4c3f2418});google.maps.event.addListener(m_5847ac0c8efb8552d1b7c42a4c3f2418, 'click', function() {infowindow.open(map,m_5847ac0c8efb8552d1b7c42a4c3f2418);});$marker.push(m_5847ac0c8efb8552d1b7c42a4c3f2418);}});}google.maps.event.addDomListener(window, 'load', initialize);