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.9564,-95.9967)};var g_4531af2af554807ee96fe3355fb48fda = new google.maps.Geocoder();g_4531af2af554807ee96fe3355fb48fda.geocode( { 'address': "12200 S Waco Ave, Glenpool, OK 74033"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenpool-OK-city-national-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('glenpool-OK-city-national-bank-trust'), mapOptions);}document.getElementById('5ca7f08e').innerHTML += ' | View Map';var $l4531af2af554807ee96fe3355fb48fda = '

City National Bank & Trust

Address: 12200 S Waco Ave, Glenpool, OK 74033
Phone: (918) 296-5390
';var m_4531af2af554807ee96fe3355fb48fda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank & Trust',});m_4531af2af554807ee96fe3355fb48fda['infowindow'] = new google.maps.InfoWindow({content: $l4531af2af554807ee96fe3355fb48fda});var infowindow = new google.maps.InfoWindow({content: $l4531af2af554807ee96fe3355fb48fda});google.maps.event.addListener(m_4531af2af554807ee96fe3355fb48fda, 'click', function() {infowindow.open(map,m_4531af2af554807ee96fe3355fb48fda);});$marker.push(m_4531af2af554807ee96fe3355fb48fda);}});}google.maps.event.addDomListener(window, 'load', initialize);