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.7047,-97.5686)};var g_1e5b7061d1b5ab216c940c36ad179e59 = new google.maps.Geocoder();g_1e5b7061d1b5ab216c940c36ad179e59.geocode( { 'address': "755 W Covell Rd, Edmond, OK 73003"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edmond-OK-country-club-bnk-cptl-advisors').style.display = '';map = new google.maps.Map(document.getElementById('edmond-OK-country-club-bnk-cptl-advisors'), mapOptions);}document.getElementById('0ad0070a').innerHTML += ' | View Map';var $l1e5b7061d1b5ab216c940c36ad179e59 = '

Country Club Bnk Cptl Advisors

Address: 755 W Covell Rd, Edmond, OK 73003
Phone: (405) 285-9777
';var m_1e5b7061d1b5ab216c940c36ad179e59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Club Bnk Cptl Advisors',});m_1e5b7061d1b5ab216c940c36ad179e59['infowindow'] = new google.maps.InfoWindow({content: $l1e5b7061d1b5ab216c940c36ad179e59});var infowindow = new google.maps.InfoWindow({content: $l1e5b7061d1b5ab216c940c36ad179e59});google.maps.event.addListener(m_1e5b7061d1b5ab216c940c36ad179e59, 'click', function() {infowindow.open(map,m_1e5b7061d1b5ab216c940c36ad179e59);});$marker.push(m_1e5b7061d1b5ab216c940c36ad179e59);}});}google.maps.event.addDomListener(window, 'load', initialize);