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_68be68a4c8ce0d9d97e5259a649ce6a4 = new google.maps.Geocoder();g_68be68a4c8ce0d9d97e5259a649ce6a4.geocode( { 'address': "6655 S Lewis Ave, Tulsa, OK 74136"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-bank-of-commerce').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-bank-of-commerce'), mapOptions);}document.getElementById('734d1a72').innerHTML += ' | View Map';var $l68be68a4c8ce0d9d97e5259a649ce6a4 = '

Bank Of Commerce

Address: 6655 S Lewis Ave, Tulsa, OK 74136
Phone: (918) 270-2567
';var m_68be68a4c8ce0d9d97e5259a649ce6a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Commerce',});m_68be68a4c8ce0d9d97e5259a649ce6a4['infowindow'] = new google.maps.InfoWindow({content: $l68be68a4c8ce0d9d97e5259a649ce6a4});var infowindow = new google.maps.InfoWindow({content: $l68be68a4c8ce0d9d97e5259a649ce6a4});google.maps.event.addListener(m_68be68a4c8ce0d9d97e5259a649ce6a4, 'click', function() {infowindow.open(map,m_68be68a4c8ce0d9d97e5259a649ce6a4);});$marker.push(m_68be68a4c8ce0d9d97e5259a649ce6a4);}});}google.maps.event.addDomListener(window, 'load', initialize);