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(32.0243,-102.126)};var g_5de29ab971c17ac35cc4c615307e0932 = new google.maps.Geocoder();g_5de29ab971c17ac35cc4c615307e0932.geocode( { 'address': "3512 N Midkiff Rd, Midland, TX 79705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midland-TX-complex-community-fcu').style.display = '';map = new google.maps.Map(document.getElementById('midland-TX-complex-community-fcu'), mapOptions);}document.getElementById('dd65a7a9').innerHTML += ' | View Map';var $l5de29ab971c17ac35cc4c615307e0932 = '

Complex Community FCU

Address: 3512 N Midkiff Rd, Midland, TX 79705, USA
Phone: (432) 550-9126
';var m_5de29ab971c17ac35cc4c615307e0932 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Complex Community FCU',});m_5de29ab971c17ac35cc4c615307e0932['infowindow'] = new google.maps.InfoWindow({content: $l5de29ab971c17ac35cc4c615307e0932});var infowindow = new google.maps.InfoWindow({content: $l5de29ab971c17ac35cc4c615307e0932});google.maps.event.addListener(m_5de29ab971c17ac35cc4c615307e0932, 'click', function() {infowindow.open(map,m_5de29ab971c17ac35cc4c615307e0932);});$marker.push(m_5de29ab971c17ac35cc4c615307e0932);}});}google.maps.event.addDomListener(window, 'load', initialize);