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.7242,-95.9044)};var g_dedd7dad018fc3f58850ae38f331806f = new google.maps.Geocoder();g_dedd7dad018fc3f58850ae38f331806f.geocode( { 'address': "100 Harper Valley Rd, Kiowa, OK 74553"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kiowa-OK-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('kiowa-OK-first-national-bank'), mapOptions);}document.getElementById('3c9a3694').innerHTML += ' | View Map';var $ldedd7dad018fc3f58850ae38f331806f = '

First National Bank

Address: 100 Harper Valley Rd, Kiowa, OK 74553
Phone: (918) 432-6010
';var m_dedd7dad018fc3f58850ae38f331806f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_dedd7dad018fc3f58850ae38f331806f['infowindow'] = new google.maps.InfoWindow({content: $ldedd7dad018fc3f58850ae38f331806f});var infowindow = new google.maps.InfoWindow({content: $ldedd7dad018fc3f58850ae38f331806f});google.maps.event.addListener(m_dedd7dad018fc3f58850ae38f331806f, 'click', function() {infowindow.open(map,m_dedd7dad018fc3f58850ae38f331806f);});$marker.push(m_dedd7dad018fc3f58850ae38f331806f);}});}google.maps.event.addDomListener(window, 'load', initialize);