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.3481,-97.56)};var g_14faf969228fc18fcd4fcf59437b0c97 = new google.maps.Geocoder();g_14faf969228fc18fcd4fcf59437b0c97.geocode( { 'address': "12100 Rohan Rd, Oklahoma City, OK 73170, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-valoansokcom').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-valoansokcom'), mapOptions);}document.getElementById('7a4da829').innerHTML += ' | View Map';var $l14faf969228fc18fcd4fcf59437b0c97 = '

VALoansOK.com

Address: 12100 Rohan Rd, Oklahoma City, OK 73170, USA
Phone: (405) 308-4208
';var m_14faf969228fc18fcd4fcf59437b0c97 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VALoansOK.com',});m_14faf969228fc18fcd4fcf59437b0c97['infowindow'] = new google.maps.InfoWindow({content: $l14faf969228fc18fcd4fcf59437b0c97});var infowindow = new google.maps.InfoWindow({content: $l14faf969228fc18fcd4fcf59437b0c97});google.maps.event.addListener(m_14faf969228fc18fcd4fcf59437b0c97, 'click', function() {infowindow.open(map,m_14faf969228fc18fcd4fcf59437b0c97);});$marker.push(m_14faf969228fc18fcd4fcf59437b0c97);}});}google.maps.event.addDomListener(window, 'load', initialize);