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.5163,-97.5352)};var g_638f8f427677517cd86416fba1540097 = new google.maps.Geocoder();g_638f8f427677517cd86416fba1540097.geocode( { 'address': "1415 NW 43rd St, Oklahoma City, OK 73118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-vance-the-credit-doctor').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-vance-the-credit-doctor'), mapOptions);}document.getElementById('5ee62643').innerHTML += ' | View Map';var $l638f8f427677517cd86416fba1540097 = '

Vance the Credit Doctor

Address: 1415 NW 43rd St, Oklahoma City, OK 73118, USA
Phone: (405) 213-1888
';var m_638f8f427677517cd86416fba1540097 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vance the Credit Doctor',});m_638f8f427677517cd86416fba1540097['infowindow'] = new google.maps.InfoWindow({content: $l638f8f427677517cd86416fba1540097});var infowindow = new google.maps.InfoWindow({content: $l638f8f427677517cd86416fba1540097});google.maps.event.addListener(m_638f8f427677517cd86416fba1540097, 'click', function() {infowindow.open(map,m_638f8f427677517cd86416fba1540097);});$marker.push(m_638f8f427677517cd86416fba1540097);}});}google.maps.event.addDomListener(window, 'load', initialize);