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.1664,-94.6677)};var g_6373228c8224e74f9927944f723b7dc6 = new google.maps.Geocoder();g_6373228c8224e74f9927944f723b7dc6.geocode( { 'address': "202 N Kentucky St, Panama, OK 74951"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('panama-OK-central-national-bank-poteau').style.display = '';map = new google.maps.Map(document.getElementById('panama-OK-central-national-bank-poteau'), mapOptions);}document.getElementById('a786b068').innerHTML += ' | View Map';var $l6373228c8224e74f9927944f723b7dc6 = '

Central National Bank-Poteau

Address: 202 N Kentucky St, Panama, OK 74951
Phone: (918) 963-4625
';var m_6373228c8224e74f9927944f723b7dc6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central National Bank-Poteau',});m_6373228c8224e74f9927944f723b7dc6['infowindow'] = new google.maps.InfoWindow({content: $l6373228c8224e74f9927944f723b7dc6});var infowindow = new google.maps.InfoWindow({content: $l6373228c8224e74f9927944f723b7dc6});google.maps.event.addListener(m_6373228c8224e74f9927944f723b7dc6, 'click', function() {infowindow.open(map,m_6373228c8224e74f9927944f723b7dc6);});$marker.push(m_6373228c8224e74f9927944f723b7dc6);}});}google.maps.event.addDomListener(window, 'load', initialize);