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.5368,-98.6961)};var g_9af76329c78e28c977ab1bcd1c3fe9b8 = new google.maps.Geocoder();g_9af76329c78e28c977ab1bcd1c3fe9b8.geocode( { 'address': "122 N Broadway St, Weatherford, OK 73096"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-OK-banc-first').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-OK-banc-first'), mapOptions);}document.getElementById('2334cd3d').innerHTML += ' | View Map';var $l9af76329c78e28c977ab1bcd1c3fe9b8 = '

Banc First

Address: 122 N Broadway St, Weatherford, OK 73096
Phone: (580) 772-5541
';var m_9af76329c78e28c977ab1bcd1c3fe9b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banc First',});m_9af76329c78e28c977ab1bcd1c3fe9b8['infowindow'] = new google.maps.InfoWindow({content: $l9af76329c78e28c977ab1bcd1c3fe9b8});var infowindow = new google.maps.InfoWindow({content: $l9af76329c78e28c977ab1bcd1c3fe9b8});google.maps.event.addListener(m_9af76329c78e28c977ab1bcd1c3fe9b8, 'click', function() {infowindow.open(map,m_9af76329c78e28c977ab1bcd1c3fe9b8);});$marker.push(m_9af76329c78e28c977ab1bcd1c3fe9b8);}});}google.maps.event.addDomListener(window, 'load', initialize);