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(31.8277,-102.435)};var g_7b852316cf9d2d41bec07321928afe96 = new google.maps.Geocoder();g_7b852316cf9d2d41bec07321928afe96.geocode( { 'address': "4900 E 52nd St, Odessa, TX 79762"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('odessa-TX-complex-community').style.display = '';map = new google.maps.Map(document.getElementById('odessa-TX-complex-community'), mapOptions);}document.getElementById('280673d3').innerHTML += ' | View Map';var $l7b852316cf9d2d41bec07321928afe96 = '

Complex Community

Address: 4900 E 52nd St, Odessa, TX 79762
Phone: (432) 550-9126
';var m_7b852316cf9d2d41bec07321928afe96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Complex Community',});m_7b852316cf9d2d41bec07321928afe96['infowindow'] = new google.maps.InfoWindow({content: $l7b852316cf9d2d41bec07321928afe96});var infowindow = new google.maps.InfoWindow({content: $l7b852316cf9d2d41bec07321928afe96});google.maps.event.addListener(m_7b852316cf9d2d41bec07321928afe96, 'click', function() {infowindow.open(map,m_7b852316cf9d2d41bec07321928afe96);});$marker.push(m_7b852316cf9d2d41bec07321928afe96);}});}google.maps.event.addDomListener(window, 'load', initialize);