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.0723,-95.902)};var g_7bc2d1af43555ea1bafe0c844bcff8fe = new google.maps.Geocoder();g_7bc2d1af43555ea1bafe0c844bcff8fe.geocode( { 'address': "4880 S Lewis Ave, Tulsa, OK 74105"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-central-national-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-central-national-bank-trust'), mapOptions);}document.getElementById('47932d13').innerHTML += ' | View Map';var $l7bc2d1af43555ea1bafe0c844bcff8fe = '

Central National Bank & Trust

Address: 4880 S Lewis Ave, Tulsa, OK 74105
Phone: (918) 508-2000
';var m_7bc2d1af43555ea1bafe0c844bcff8fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central National Bank & Trust',});m_7bc2d1af43555ea1bafe0c844bcff8fe['infowindow'] = new google.maps.InfoWindow({content: $l7bc2d1af43555ea1bafe0c844bcff8fe});var infowindow = new google.maps.InfoWindow({content: $l7bc2d1af43555ea1bafe0c844bcff8fe});google.maps.event.addListener(m_7bc2d1af43555ea1bafe0c844bcff8fe, 'click', function() {infowindow.open(map,m_7bc2d1af43555ea1bafe0c844bcff8fe);});$marker.push(m_7bc2d1af43555ea1bafe0c844bcff8fe);}});}google.maps.event.addDomListener(window, 'load', initialize);