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.7379,-96.0054)};var g_5c80985bd40b8ce792f8c786bb23fe54 = new google.maps.Geocoder();g_5c80985bd40b8ce792f8c786bb23fe54.geocode( { 'address': "4000 SE Green Country Rd, Bartlesville, OK 74006"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bartlesville-OK-city-national-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('bartlesville-OK-city-national-bank-trust'), mapOptions);}document.getElementById('597a1b79').innerHTML += ' | View Map';var $l5c80985bd40b8ce792f8c786bb23fe54 = '

City National Bank & Trust

Address: 4000 SE Green Country Rd, Bartlesville, OK 74006
Phone: (918) 335-4600
';var m_5c80985bd40b8ce792f8c786bb23fe54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank & Trust',});m_5c80985bd40b8ce792f8c786bb23fe54['infowindow'] = new google.maps.InfoWindow({content: $l5c80985bd40b8ce792f8c786bb23fe54});var infowindow = new google.maps.InfoWindow({content: $l5c80985bd40b8ce792f8c786bb23fe54});google.maps.event.addListener(m_5c80985bd40b8ce792f8c786bb23fe54, 'click', function() {infowindow.open(map,m_5c80985bd40b8ce792f8c786bb23fe54);});$marker.push(m_5c80985bd40b8ce792f8c786bb23fe54);}});}google.maps.event.addDomListener(window, 'load', initialize);