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(33.9921,-96.3806)};var g_e22ce4d908a59a1903c9c815ef4bfb03 = new google.maps.Geocoder();g_e22ce4d908a59a1903c9c815ef4bfb03.geocode( { 'address': "420 W Main St, Durant, OK 74701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durant-OK-first-texoma-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('durant-OK-first-texoma-national-bank'), mapOptions);}document.getElementById('d351d939').innerHTML += ' | View Map';var $le22ce4d908a59a1903c9c815ef4bfb03 = '

First Texoma National Bank

Address: 420 W Main St, Durant, OK 74701, USA
Phone: (580) 924-4244
';var m_e22ce4d908a59a1903c9c815ef4bfb03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Texoma National Bank',});m_e22ce4d908a59a1903c9c815ef4bfb03['infowindow'] = new google.maps.InfoWindow({content: $le22ce4d908a59a1903c9c815ef4bfb03});var infowindow = new google.maps.InfoWindow({content: $le22ce4d908a59a1903c9c815ef4bfb03});google.maps.event.addListener(m_e22ce4d908a59a1903c9c815ef4bfb03, 'click', function() {infowindow.open(map,m_e22ce4d908a59a1903c9c815ef4bfb03);});$marker.push(m_e22ce4d908a59a1903c9c815ef4bfb03);}});}google.maps.event.addDomListener(window, 'load', initialize);