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.2913,-95.831)};var g_ff56bd71b9472a762d79882ef30e601d = new google.maps.Geocoder();g_ff56bd71b9472a762d79882ef30e601d.geocode( { 'address': "9500 N 129th E Ave # 213, Owasso, OK 74055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owasso-OK-regent-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('owasso-OK-regent-financial-group'), mapOptions);}document.getElementById('a006bf7f').innerHTML += ' | View Map';var $lff56bd71b9472a762d79882ef30e601d = '

Regent Financial Group

Address: 9500 N 129th E Ave # 213, Owasso, OK 74055, USA
Phone: (918) 609-8300
';var m_ff56bd71b9472a762d79882ef30e601d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regent Financial Group',});m_ff56bd71b9472a762d79882ef30e601d['infowindow'] = new google.maps.InfoWindow({content: $lff56bd71b9472a762d79882ef30e601d});var infowindow = new google.maps.InfoWindow({content: $lff56bd71b9472a762d79882ef30e601d});google.maps.event.addListener(m_ff56bd71b9472a762d79882ef30e601d, 'click', function() {infowindow.open(map,m_ff56bd71b9472a762d79882ef30e601d);});$marker.push(m_ff56bd71b9472a762d79882ef30e601d);}});}google.maps.event.addDomListener(window, 'load', initialize);