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.892,-102.343)};var g_e1c18e0315508a4486624b20d04e368b = new google.maps.Geocoder();g_e1c18e0315508a4486624b20d04e368b.geocode( { 'address': "4037 E 42nd St, Odessa, TX 79762, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('odessa-TX-my-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('odessa-TX-my-community-credit-union'), mapOptions);}document.getElementById('c10fa734').innerHTML += ' | View Map';var $le1c18e0315508a4486624b20d04e368b = '

My Community Credit Union

Address: 4037 E 42nd St, Odessa, TX 79762, USA
Phone: (432) 688-8400
';var m_e1c18e0315508a4486624b20d04e368b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'My Community Credit Union',});m_e1c18e0315508a4486624b20d04e368b['infowindow'] = new google.maps.InfoWindow({content: $le1c18e0315508a4486624b20d04e368b});var infowindow = new google.maps.InfoWindow({content: $le1c18e0315508a4486624b20d04e368b});google.maps.event.addListener(m_e1c18e0315508a4486624b20d04e368b, 'click', function() {infowindow.open(map,m_e1c18e0315508a4486624b20d04e368b);});$marker.push(m_e1c18e0315508a4486624b20d04e368b);}});}google.maps.event.addDomListener(window, 'load', initialize);