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(34.602,-98.3821)};var g_b9c7994af9dd5f0684c53371e91444a8 = new google.maps.Geocoder();g_b9c7994af9dd5f0684c53371e91444a8.geocode( { 'address': "402 SE F Ave, Lawton, OK 73501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawton-OK-comanche-nation-housing-authority').style.display = '';map = new google.maps.Map(document.getElementById('lawton-OK-comanche-nation-housing-authority'), mapOptions);}document.getElementById('2bde56f0').innerHTML += ' | View Map';var $lb9c7994af9dd5f0684c53371e91444a8 = '

Comanche Nation Housing Authority

Address: 402 SE F Ave, Lawton, OK 73501, USA
Phone: (580) 357-2985
';var m_b9c7994af9dd5f0684c53371e91444a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comanche Nation Housing Authority',});m_b9c7994af9dd5f0684c53371e91444a8['infowindow'] = new google.maps.InfoWindow({content: $lb9c7994af9dd5f0684c53371e91444a8});var infowindow = new google.maps.InfoWindow({content: $lb9c7994af9dd5f0684c53371e91444a8});google.maps.event.addListener(m_b9c7994af9dd5f0684c53371e91444a8, 'click', function() {infowindow.open(map,m_b9c7994af9dd5f0684c53371e91444a8);});$marker.push(m_b9c7994af9dd5f0684c53371e91444a8);}});}google.maps.event.addDomListener(window, 'load', initialize);