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.0696,-95.0075)};var g_42379e948498b95c907a59092256fa48 = new google.maps.Geocoder();g_42379e948498b95c907a59092256fa48.geocode( { 'address': "OK-98, Wright City, OK 74766, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wright-city-OK-1st-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('wright-city-OK-1st-bank--trust'), mapOptions);}document.getElementById('12903f42').innerHTML += ' | View Map';var $l42379e948498b95c907a59092256fa48 = '

1st Bank & Trust

Address: OK-98, Wright City, OK 74766, USA
Phone: (580) 981-2700
';var m_42379e948498b95c907a59092256fa48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Bank & Trust',});m_42379e948498b95c907a59092256fa48['infowindow'] = new google.maps.InfoWindow({content: $l42379e948498b95c907a59092256fa48});var infowindow = new google.maps.InfoWindow({content: $l42379e948498b95c907a59092256fa48});google.maps.event.addListener(m_42379e948498b95c907a59092256fa48, 'click', function() {infowindow.open(map,m_42379e948498b95c907a59092256fa48);});$marker.push(m_42379e948498b95c907a59092256fa48);}});}google.maps.event.addDomListener(window, 'load', initialize);