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()};var g_8eaf4963e2fa821aaf6864172dfd8990 = new google.maps.Geocoder();g_8eaf4963e2fa821aaf6864172dfd8990.geocode( { 'address': "30796 Highway 85, Cleora, OK 74331"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleora-OK-first-national-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('cleora-OK-first-national-bank-trust-co'), mapOptions);}document.getElementById('6f3f9e49').innerHTML += ' | View Map';var $l8eaf4963e2fa821aaf6864172dfd8990 = '

First National Bank & Trust Co

Address: 30796 Highway 85, Cleora, OK 74331
Phone: (918) 782-1020
';var m_8eaf4963e2fa821aaf6864172dfd8990 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank & Trust Co',});m_8eaf4963e2fa821aaf6864172dfd8990['infowindow'] = new google.maps.InfoWindow({content: $l8eaf4963e2fa821aaf6864172dfd8990});var infowindow = new google.maps.InfoWindow({content: $l8eaf4963e2fa821aaf6864172dfd8990});google.maps.event.addListener(m_8eaf4963e2fa821aaf6864172dfd8990, 'click', function() {infowindow.open(map,m_8eaf4963e2fa821aaf6864172dfd8990);});$marker.push(m_8eaf4963e2fa821aaf6864172dfd8990);}});}google.maps.event.addDomListener(window, 'load', initialize);