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(36.279,-95.8657)};var g_2a0e3dc62cb357e0f78f6ee6d580110f = new google.maps.Geocoder();g_2a0e3dc62cb357e0f78f6ee6d580110f.geocode( { 'address': "9701 East 86th St N B, Owasso, OK 74055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owasso-OK-great-plains-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('owasso-OK-great-plains-mortgage-inc'), mapOptions);}document.getElementById('5d2b70a8').innerHTML += ' | View Map';var $l2a0e3dc62cb357e0f78f6ee6d580110f = '

Great Plains Mortgage Inc

Address: 9701 East 86th St N B, Owasso, OK 74055, USA
Phone: (918) 274-6800
';var m_2a0e3dc62cb357e0f78f6ee6d580110f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Plains Mortgage Inc',});m_2a0e3dc62cb357e0f78f6ee6d580110f['infowindow'] = new google.maps.InfoWindow({content: $l2a0e3dc62cb357e0f78f6ee6d580110f});var infowindow = new google.maps.InfoWindow({content: $l2a0e3dc62cb357e0f78f6ee6d580110f});google.maps.event.addListener(m_2a0e3dc62cb357e0f78f6ee6d580110f, 'click', function() {infowindow.open(map,m_2a0e3dc62cb357e0f78f6ee6d580110f);});$marker.push(m_2a0e3dc62cb357e0f78f6ee6d580110f);}});}google.maps.event.addDomListener(window, 'load', initialize);