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.7992,-96.9538)};var g_a52bb75812e11519b25ad58008eb2df4 = new google.maps.Geocoder();g_a52bb75812e11519b25ad58008eb2df4.geocode( { 'address': "110 W Smith St, Stratford, OK 74872"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stratford-OK-banc-first').style.display = '';map = new google.maps.Map(document.getElementById('stratford-OK-banc-first'), mapOptions);}document.getElementById('316d1643').innerHTML += ' | View Map';var $la52bb75812e11519b25ad58008eb2df4 = '

Banc First

Address: 110 W Smith St, Stratford, OK 74872
Phone: (580) 759-2326
';var m_a52bb75812e11519b25ad58008eb2df4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banc First',});m_a52bb75812e11519b25ad58008eb2df4['infowindow'] = new google.maps.InfoWindow({content: $la52bb75812e11519b25ad58008eb2df4});var infowindow = new google.maps.InfoWindow({content: $la52bb75812e11519b25ad58008eb2df4});google.maps.event.addListener(m_a52bb75812e11519b25ad58008eb2df4, 'click', function() {infowindow.open(map,m_a52bb75812e11519b25ad58008eb2df4);});$marker.push(m_a52bb75812e11519b25ad58008eb2df4);}});}google.maps.event.addDomListener(window, 'load', initialize);