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.4136,-97.5476)};var g_88547bcf0ef5e016f9c1d242ae85d9dd = new google.maps.Geocoder();g_88547bcf0ef5e016f9c1d242ae85d9dd.geocode( { 'address': "5202 S Pennsylvania Ave B, Oklahoma City, OK 73119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-central-loan-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-central-loan-services-inc'), mapOptions);}document.getElementById('ecbeff35').innerHTML += ' | View Map';var $l88547bcf0ef5e016f9c1d242ae85d9dd = '

Central Loan Services Inc

Address: 5202 S Pennsylvania Ave B, Oklahoma City, OK 73119, USA
Phone: (405) 681-6994
';var m_88547bcf0ef5e016f9c1d242ae85d9dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Loan Services Inc',});m_88547bcf0ef5e016f9c1d242ae85d9dd['infowindow'] = new google.maps.InfoWindow({content: $l88547bcf0ef5e016f9c1d242ae85d9dd});var infowindow = new google.maps.InfoWindow({content: $l88547bcf0ef5e016f9c1d242ae85d9dd});google.maps.event.addListener(m_88547bcf0ef5e016f9c1d242ae85d9dd, 'click', function() {infowindow.open(map,m_88547bcf0ef5e016f9c1d242ae85d9dd);});$marker.push(m_88547bcf0ef5e016f9c1d242ae85d9dd);}});}google.maps.event.addDomListener(window, 'load', initialize);