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.4209,-97.5631)};var g_237d070923686604871f96a10881f690 = new google.maps.Geocoder();g_237d070923686604871f96a10881f690.geocode( { 'address': "2801 SW 44th St, Oklahoma City, OK 73119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-the-loan-store').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-the-loan-store'), mapOptions);}document.getElementById('3cf2865b').innerHTML += ' | View Map';var $l237d070923686604871f96a10881f690 = '

The Loan Store

Address: 2801 SW 44th St, Oklahoma City, OK 73119, USA
Phone: (405) 688-0000
';var m_237d070923686604871f96a10881f690 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Loan Store',});m_237d070923686604871f96a10881f690['infowindow'] = new google.maps.InfoWindow({content: $l237d070923686604871f96a10881f690});var infowindow = new google.maps.InfoWindow({content: $l237d070923686604871f96a10881f690});google.maps.event.addListener(m_237d070923686604871f96a10881f690, 'click', function() {infowindow.open(map,m_237d070923686604871f96a10881f690);});$marker.push(m_237d070923686604871f96a10881f690);}});}google.maps.event.addDomListener(window, 'load', initialize);