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.2658,-95.1151)};var g_574cea1d858532874358ad2e0d4a8389 = new google.maps.Geocoder();g_574cea1d858532874358ad2e0d4a8389.geocode( { 'address': "300 E Main St, Stigler, OK 74462"}, 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('5b419471').innerHTML += ' | View Map';var $l574cea1d858532874358ad2e0d4a8389 = '

First National Bank Of Stigler

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