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.4904,-97.5601)};var g_95e00030b8bd03e7c44548a60263ee6d = new google.maps.Geocoder();g_95e00030b8bd03e7c44548a60263ee6d.geocode( { 'address': "2000 W Memorial Rd, Oklahoma City, OK 73134"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-city-national-bank'), mapOptions);}document.getElementById('d8fdaf02').innerHTML += ' | View Map';var $l95e00030b8bd03e7c44548a60263ee6d = '

City National Bank

Address: 2000 W Memorial Rd, Oklahoma City, OK 73134
Phone: (405) 753-9360
';var m_95e00030b8bd03e7c44548a60263ee6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_95e00030b8bd03e7c44548a60263ee6d['infowindow'] = new google.maps.InfoWindow({content: $l95e00030b8bd03e7c44548a60263ee6d});var infowindow = new google.maps.InfoWindow({content: $l95e00030b8bd03e7c44548a60263ee6d});google.maps.event.addListener(m_95e00030b8bd03e7c44548a60263ee6d, 'click', function() {infowindow.open(map,m_95e00030b8bd03e7c44548a60263ee6d);});$marker.push(m_95e00030b8bd03e7c44548a60263ee6d);}});}google.maps.event.addDomListener(window, 'load', initialize);