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.8602,-97.933)};var g_386a060e77ec41813c2e8212f7f8700f = new google.maps.Geocoder();g_386a060e77ec41813c2e8212f7f8700f.geocode( { 'address': "124 S Main St, Kingfisher, OK 73750, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingfisher-OK-bancfirst').style.display = '';map = new google.maps.Map(document.getElementById('kingfisher-OK-bancfirst'), mapOptions);}document.getElementById('38d7b2e5').innerHTML += ' | View Map';var $l386a060e77ec41813c2e8212f7f8700f = '

BancFirst

Address: 124 S Main St, Kingfisher, OK 73750, USA
Phone: (405) 375-3121
';var m_386a060e77ec41813c2e8212f7f8700f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancFirst',});m_386a060e77ec41813c2e8212f7f8700f['infowindow'] = new google.maps.InfoWindow({content: $l386a060e77ec41813c2e8212f7f8700f});var infowindow = new google.maps.InfoWindow({content: $l386a060e77ec41813c2e8212f7f8700f});google.maps.event.addListener(m_386a060e77ec41813c2e8212f7f8700f, 'click', function() {infowindow.open(map,m_386a060e77ec41813c2e8212f7f8700f);});$marker.push(m_386a060e77ec41813c2e8212f7f8700f);}});}google.maps.event.addDomListener(window, 'load', initialize);