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.0277,-95.8685)};var g_a7bdfc3028471bd10189901a5cff1e98 = new google.maps.Geocoder();g_a7bdfc3028471bd10189901a5cff1e98.geocode( { 'address': "615 Hunter Rd, Boswell, OK 74727, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boswell-OK-first-texoma-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('boswell-OK-first-texoma-national-bank'), mapOptions);}document.getElementById('1c637c38').innerHTML += ' | View Map';var $la7bdfc3028471bd10189901a5cff1e98 = '

First Texoma National Bank

Address: 615 Hunter Rd, Boswell, OK 74727, USA
Phone: (580) 566-2226
';var m_a7bdfc3028471bd10189901a5cff1e98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Texoma National Bank',});m_a7bdfc3028471bd10189901a5cff1e98['infowindow'] = new google.maps.InfoWindow({content: $la7bdfc3028471bd10189901a5cff1e98});var infowindow = new google.maps.InfoWindow({content: $la7bdfc3028471bd10189901a5cff1e98});google.maps.event.addListener(m_a7bdfc3028471bd10189901a5cff1e98, 'click', function() {infowindow.open(map,m_a7bdfc3028471bd10189901a5cff1e98);});$marker.push(m_a7bdfc3028471bd10189901a5cff1e98);}});}google.maps.event.addDomListener(window, 'load', initialize);