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.2736,-96.9298)};var g_021ac3c020854a66906ef87c0b8082f0 = new google.maps.Geocoder();g_021ac3c020854a66906ef87c0b8082f0.geocode( { 'address': "1213 Gordon Cooper Dr, Tecumseh, OK 74873, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tecumseh-OK-bancfirst').style.display = '';map = new google.maps.Map(document.getElementById('tecumseh-OK-bancfirst'), mapOptions);}document.getElementById('20d6ded8').innerHTML += ' | View Map';var $l021ac3c020854a66906ef87c0b8082f0 = '

BancFirst

Address: 1213 Gordon Cooper Dr, Tecumseh, OK 74873, USA
Phone: (405) 273-1000
';var m_021ac3c020854a66906ef87c0b8082f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancFirst',});m_021ac3c020854a66906ef87c0b8082f0['infowindow'] = new google.maps.InfoWindow({content: $l021ac3c020854a66906ef87c0b8082f0});var infowindow = new google.maps.InfoWindow({content: $l021ac3c020854a66906ef87c0b8082f0});google.maps.event.addListener(m_021ac3c020854a66906ef87c0b8082f0, 'click', function() {infowindow.open(map,m_021ac3c020854a66906ef87c0b8082f0);});$marker.push(m_021ac3c020854a66906ef87c0b8082f0);}});}google.maps.event.addDomListener(window, 'load', initialize);