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.0991,-98.4362)};var g_c6232aec857d4e62cdf518f818e569b4 = new google.maps.Geocoder();g_c6232aec857d4e62cdf518f818e569b4.geocode( { 'address': "204 Hazlett St, Fort Cobb, OK 73038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-cobb-OK-washita-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-cobb-OK-washita-valley-bank'), mapOptions);}document.getElementById('1e9465b0').innerHTML += ' | View Map';var $lc6232aec857d4e62cdf518f818e569b4 = '

Washita Valley Bank

Address: 204 Hazlett St, Fort Cobb, OK 73038, USA
Phone: (405) 643-2305
';var m_c6232aec857d4e62cdf518f818e569b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washita Valley Bank',});m_c6232aec857d4e62cdf518f818e569b4['infowindow'] = new google.maps.InfoWindow({content: $lc6232aec857d4e62cdf518f818e569b4});var infowindow = new google.maps.InfoWindow({content: $lc6232aec857d4e62cdf518f818e569b4});google.maps.event.addListener(m_c6232aec857d4e62cdf518f818e569b4, 'click', function() {infowindow.open(map,m_c6232aec857d4e62cdf518f818e569b4);});$marker.push(m_c6232aec857d4e62cdf518f818e569b4);}});}google.maps.event.addDomListener(window, 'load', initialize);