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.2531,-95.1229)};var g_652a7adb1be43d447381521a6c7b0a1f = new google.maps.Geocoder();g_652a7adb1be43d447381521a6c7b0a1f.geocode( { 'address': "300 E Main St, Stigler, OK 74462, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stigler-OK-first-national-bank-of-stigler').style.display = '';map = new google.maps.Map(document.getElementById('stigler-OK-first-national-bank-of-stigler'), mapOptions);}document.getElementById('51f8dd49').innerHTML += ' | View Map';var $l652a7adb1be43d447381521a6c7b0a1f = '

First National Bank of Stigler

Address: 300 E Main St, Stigler, OK 74462, USA
Phone: (918) 967-4665
';var m_652a7adb1be43d447381521a6c7b0a1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Stigler',});m_652a7adb1be43d447381521a6c7b0a1f['infowindow'] = new google.maps.InfoWindow({content: $l652a7adb1be43d447381521a6c7b0a1f});var infowindow = new google.maps.InfoWindow({content: $l652a7adb1be43d447381521a6c7b0a1f});google.maps.event.addListener(m_652a7adb1be43d447381521a6c7b0a1f, 'click', function() {infowindow.open(map,m_652a7adb1be43d447381521a6c7b0a1f);});$marker.push(m_652a7adb1be43d447381521a6c7b0a1f);}});}google.maps.event.addDomListener(window, 'load', initialize);