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_165d6d6efc3c235ff0c042d3d8cfa8fd = new google.maps.Geocoder();g_165d6d6efc3c235ff0c042d3d8cfa8fd.geocode( { 'address': "3801 N Classen Blvd, Oklahoma City, OK 73118"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-bryan-robinson-attorneys-at-law').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-bryan-robinson-attorneys-at-law'), mapOptions);}document.getElementById('da78579d').innerHTML += ' | View Map';var $l165d6d6efc3c235ff0c042d3d8cfa8fd = '

Bryan & Robinson Attorneys At Law

Address: 3801 N Classen Blvd, Oklahoma City, OK 73118
Phone: (405) 525-7878
';var m_165d6d6efc3c235ff0c042d3d8cfa8fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bryan & Robinson Attorneys At Law',});m_165d6d6efc3c235ff0c042d3d8cfa8fd['infowindow'] = new google.maps.InfoWindow({content: $l165d6d6efc3c235ff0c042d3d8cfa8fd});var infowindow = new google.maps.InfoWindow({content: $l165d6d6efc3c235ff0c042d3d8cfa8fd});google.maps.event.addListener(m_165d6d6efc3c235ff0c042d3d8cfa8fd, 'click', function() {infowindow.open(map,m_165d6d6efc3c235ff0c042d3d8cfa8fd);});$marker.push(m_165d6d6efc3c235ff0c042d3d8cfa8fd);}});}google.maps.event.addDomListener(window, 'load', initialize);