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.4058,-97.5442)};var g_805c08364348b6df04977ccdc662c551 = new google.maps.Geocoder();g_805c08364348b6df04977ccdc662c551.geocode( { 'address': "1516B SW 59th St, Oklahoma City, OK 73119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-loan-express').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-loan-express'), mapOptions);}document.getElementById('291d7a46').innerHTML += ' | View Map';var $l805c08364348b6df04977ccdc662c551 = '

Loan Express

Address: 1516B SW 59th St, Oklahoma City, OK 73119, USA
Phone: (405) 634-5626
';var m_805c08364348b6df04977ccdc662c551 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Express',});m_805c08364348b6df04977ccdc662c551['infowindow'] = new google.maps.InfoWindow({content: $l805c08364348b6df04977ccdc662c551});var infowindow = new google.maps.InfoWindow({content: $l805c08364348b6df04977ccdc662c551});google.maps.event.addListener(m_805c08364348b6df04977ccdc662c551, 'click', function() {infowindow.open(map,m_805c08364348b6df04977ccdc662c551);});$marker.push(m_805c08364348b6df04977ccdc662c551);}});}google.maps.event.addDomListener(window, 'load', initialize);