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.0594,-95.9228)};var g_7174dcf2926f2cb38f7e57161ce900d9 = new google.maps.Geocoder();g_7174dcf2926f2cb38f7e57161ce900d9.geocode( { 'address': "7134 S Yale Ave #700, Tulsa, OK 74136, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-regent-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-regent-financial-services-inc'), mapOptions);}document.getElementById('c2d4fc8b').innerHTML += ' | View Map';var $l7174dcf2926f2cb38f7e57161ce900d9 = '

Regent Financial Services, Inc.

Address: 7134 S Yale Ave #700, Tulsa, OK 74136, USA
Phone: (918) 493-4190
';var m_7174dcf2926f2cb38f7e57161ce900d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regent Financial Services, Inc.',});m_7174dcf2926f2cb38f7e57161ce900d9['infowindow'] = new google.maps.InfoWindow({content: $l7174dcf2926f2cb38f7e57161ce900d9});var infowindow = new google.maps.InfoWindow({content: $l7174dcf2926f2cb38f7e57161ce900d9});google.maps.event.addListener(m_7174dcf2926f2cb38f7e57161ce900d9, 'click', function() {infowindow.open(map,m_7174dcf2926f2cb38f7e57161ce900d9);});$marker.push(m_7174dcf2926f2cb38f7e57161ce900d9);}});}google.maps.event.addDomListener(window, 'load', initialize);