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_2993a45e40b0e335381e4cdc1a7f822e = new google.maps.Geocoder();g_2993a45e40b0e335381e4cdc1a7f822e.geocode( { 'address': "300 W Smith St, Stratford, OK 74872"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stratford-OK-oklahoma-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('stratford-OK-oklahoma-heritage-bank'), mapOptions);}document.getElementById('8b5fa391').innerHTML += ' | View Map';var $l2993a45e40b0e335381e4cdc1a7f822e = '

Oklahoma Heritage Bank

Address: 300 W Smith St, Stratford, OK 74872
Phone: (580) 759-2116
';var m_2993a45e40b0e335381e4cdc1a7f822e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oklahoma Heritage Bank',});m_2993a45e40b0e335381e4cdc1a7f822e['infowindow'] = new google.maps.InfoWindow({content: $l2993a45e40b0e335381e4cdc1a7f822e});var infowindow = new google.maps.InfoWindow({content: $l2993a45e40b0e335381e4cdc1a7f822e});google.maps.event.addListener(m_2993a45e40b0e335381e4cdc1a7f822e, 'click', function() {infowindow.open(map,m_2993a45e40b0e335381e4cdc1a7f822e);});$marker.push(m_2993a45e40b0e335381e4cdc1a7f822e);}});}google.maps.event.addDomListener(window, 'load', initialize);