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.5078,-96.9691)};var g_3b5d6aa33dd9aa950e99e851fc930d35 = new google.maps.Geocoder();g_3b5d6aa33dd9aa950e99e851fc930d35.geocode( { 'address': "1020 W 1st St, Sulphur, OK 73086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sulphur-OK-bancfirst').style.display = '';map = new google.maps.Map(document.getElementById('sulphur-OK-bancfirst'), mapOptions);}document.getElementById('1f1d4b7d').innerHTML += ' | View Map';var $l3b5d6aa33dd9aa950e99e851fc930d35 = '

BancFirst

Address: 1020 W 1st St, Sulphur, OK 73086, USA
Phone: (580) 622-3142
';var m_3b5d6aa33dd9aa950e99e851fc930d35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancFirst',});m_3b5d6aa33dd9aa950e99e851fc930d35['infowindow'] = new google.maps.InfoWindow({content: $l3b5d6aa33dd9aa950e99e851fc930d35});var infowindow = new google.maps.InfoWindow({content: $l3b5d6aa33dd9aa950e99e851fc930d35});google.maps.event.addListener(m_3b5d6aa33dd9aa950e99e851fc930d35, 'click', function() {infowindow.open(map,m_3b5d6aa33dd9aa950e99e851fc930d35);});$marker.push(m_3b5d6aa33dd9aa950e99e851fc930d35);}});}google.maps.event.addDomListener(window, 'load', initialize);