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.5368,-98.6961)};var g_3de1c950a90a96a946d40f9445a4298e = new google.maps.Geocoder();g_3de1c950a90a96a946d40f9445a4298e.geocode( { 'address': "1100 E Main St, Weatherford, OK 73096"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-OK-first-national-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-OK-first-national-bank-trust-co'), mapOptions);}document.getElementById('a45f4ab2').innerHTML += ' | View Map';var $l3de1c950a90a96a946d40f9445a4298e = '

First National Bank & Trust Co

Address: 1100 E Main St, Weatherford, OK 73096
Phone: (580) 772-5574
';var m_3de1c950a90a96a946d40f9445a4298e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank & Trust Co',});m_3de1c950a90a96a946d40f9445a4298e['infowindow'] = new google.maps.InfoWindow({content: $l3de1c950a90a96a946d40f9445a4298e});var infowindow = new google.maps.InfoWindow({content: $l3de1c950a90a96a946d40f9445a4298e});google.maps.event.addListener(m_3de1c950a90a96a946d40f9445a4298e, 'click', function() {infowindow.open(map,m_3de1c950a90a96a946d40f9445a4298e);});$marker.push(m_3de1c950a90a96a946d40f9445a4298e);}});}google.maps.event.addDomListener(window, 'load', initialize);