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_fae0b27c451c728867a567e8c1bb4e53 = new google.maps.Geocoder();g_fae0b27c451c728867a567e8c1bb4e53.geocode( { 'address': "3131 S Shields Blvd, Oklahoma City, OK 73129"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-first-commercial-bank').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-first-commercial-bank'), mapOptions);}document.getElementById('41cb7deb').innerHTML += ' | View Map';var $lfae0b27c451c728867a567e8c1bb4e53 = '

First Commercial Bank

Address: 3131 S Shields Blvd, Oklahoma City, OK 73129
Phone: (405) 844-0110
';var m_fae0b27c451c728867a567e8c1bb4e53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commercial Bank',});m_fae0b27c451c728867a567e8c1bb4e53['infowindow'] = new google.maps.InfoWindow({content: $lfae0b27c451c728867a567e8c1bb4e53});var infowindow = new google.maps.InfoWindow({content: $lfae0b27c451c728867a567e8c1bb4e53});google.maps.event.addListener(m_fae0b27c451c728867a567e8c1bb4e53, 'click', function() {infowindow.open(map,m_fae0b27c451c728867a567e8c1bb4e53);});$marker.push(m_fae0b27c451c728867a567e8c1bb4e53);}});}google.maps.event.addDomListener(window, 'load', initialize);