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.2523,-95.1186)};var g_35cbbfbffd848ff0c6611181fc131561 = new google.maps.Geocoder();g_35cbbfbffd848ff0c6611181fc131561.geocode( { 'address': "701 E Main St, Stigler, OK 74462, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stigler-OK-central-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('stigler-OK-central-national-bank'), mapOptions);}document.getElementById('f9949135').innerHTML += ' | View Map';var $l35cbbfbffd848ff0c6611181fc131561 = '

Central National Bank

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