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.4925,-97.5142)};var g_8cbfc4ff2424da83c74e6ef739c4d3e8 = new google.maps.Geocoder();g_8cbfc4ff2424da83c74e6ef739c4d3e8.geocode( { 'address': "105 NW 22nd St, Oklahoma City, OK 73103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-605-loan').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-605-loan'), mapOptions);}document.getElementById('1155726a').innerHTML += ' | View Map';var $l8cbfc4ff2424da83c74e6ef739c4d3e8 = '

605-Loan

Address: 105 NW 22nd St, Oklahoma City, OK 73103, USA
Phone: (405) 605-5626
';var m_8cbfc4ff2424da83c74e6ef739c4d3e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '605-Loan',});m_8cbfc4ff2424da83c74e6ef739c4d3e8['infowindow'] = new google.maps.InfoWindow({content: $l8cbfc4ff2424da83c74e6ef739c4d3e8});var infowindow = new google.maps.InfoWindow({content: $l8cbfc4ff2424da83c74e6ef739c4d3e8});google.maps.event.addListener(m_8cbfc4ff2424da83c74e6ef739c4d3e8, 'click', function() {infowindow.open(map,m_8cbfc4ff2424da83c74e6ef739c4d3e8);});$marker.push(m_8cbfc4ff2424da83c74e6ef739c4d3e8);}});}google.maps.event.addDomListener(window, 'load', initialize);