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.5152,-98.9675)};var g_85dc294cb7aace893794590975121f98 = new google.maps.Geocoder();g_85dc294cb7aace893794590975121f98.geocode( { 'address': "600 W Gary Blvd, Clinton, OK 73601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-OK-oklahoma-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('clinton-OK-oklahoma-bank-and-trust'), mapOptions);}document.getElementById('75557c88').innerHTML += ' | View Map';var $l85dc294cb7aace893794590975121f98 = '

Oklahoma Bank And Trust

Address: 600 W Gary Blvd, Clinton, OK 73601, USA
Phone: (580) 323-2345
';var m_85dc294cb7aace893794590975121f98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oklahoma Bank And Trust',});m_85dc294cb7aace893794590975121f98['infowindow'] = new google.maps.InfoWindow({content: $l85dc294cb7aace893794590975121f98});var infowindow = new google.maps.InfoWindow({content: $l85dc294cb7aace893794590975121f98});google.maps.event.addListener(m_85dc294cb7aace893794590975121f98, 'click', function() {infowindow.open(map,m_85dc294cb7aace893794590975121f98);});$marker.push(m_85dc294cb7aace893794590975121f98);}});}google.maps.event.addDomListener(window, 'load', initialize);