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(36.4321,-99.3996)};var g_2477a519dc1bdb4f95d644f8b9e9207a = new google.maps.Geocoder();g_2477a519dc1bdb4f95d644f8b9e9207a.geocode( { 'address': "1424 Main St, Woodward, OK 73801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodward-OK-first-national-bank-of-seiling').style.display = '';map = new google.maps.Map(document.getElementById('woodward-OK-first-national-bank-of-seiling'), mapOptions);}document.getElementById('b3704b6e').innerHTML += ' | View Map';var $l2477a519dc1bdb4f95d644f8b9e9207a = '

First National Bank Of Seiling

Address: 1424 Main St, Woodward, OK 73801
Phone: (580) 254-2363
';var m_2477a519dc1bdb4f95d644f8b9e9207a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of Seiling',});m_2477a519dc1bdb4f95d644f8b9e9207a['infowindow'] = new google.maps.InfoWindow({content: $l2477a519dc1bdb4f95d644f8b9e9207a});var infowindow = new google.maps.InfoWindow({content: $l2477a519dc1bdb4f95d644f8b9e9207a});google.maps.event.addListener(m_2477a519dc1bdb4f95d644f8b9e9207a, 'click', function() {infowindow.open(map,m_2477a519dc1bdb4f95d644f8b9e9207a);});$marker.push(m_2477a519dc1bdb4f95d644f8b9e9207a);}});}google.maps.event.addDomListener(window, 'load', initialize);