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.4936,-97.5148)};var g_84945b940112f606bfbef8b380d9cec0 = new google.maps.Geocoder();g_84945b940112f606bfbef8b380d9cec0.geocode( { 'address': "123 NW 23rd St, Oklahoma City, OK 73107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-quick-loans').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-quick-loans'), mapOptions);}document.getElementById('bd4e8f1e').innerHTML += ' | View Map';var $l84945b940112f606bfbef8b380d9cec0 = '

Quick Loans

Address: 123 NW 23rd St, Oklahoma City, OK 73107, USA
Phone: (405) 528-1031
';var m_84945b940112f606bfbef8b380d9cec0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Loans',});m_84945b940112f606bfbef8b380d9cec0['infowindow'] = new google.maps.InfoWindow({content: $l84945b940112f606bfbef8b380d9cec0});var infowindow = new google.maps.InfoWindow({content: $l84945b940112f606bfbef8b380d9cec0});google.maps.event.addListener(m_84945b940112f606bfbef8b380d9cec0, 'click', function() {infowindow.open(map,m_84945b940112f606bfbef8b380d9cec0);});$marker.push(m_84945b940112f606bfbef8b380d9cec0);}});}google.maps.event.addDomListener(window, 'load', initialize);