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(35.2077,-101.839)};var g_f7426bc1998891cd172a10233b83a8de = new google.maps.Geocoder();g_f7426bc1998891cd172a10233b83a8de.geocode( { 'address': "4400 W Interstate 40, Amarillo, TX 79106"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amarillo-TX-education-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('amarillo-TX-education-credit-union'), mapOptions);}document.getElementById('c16350a1').innerHTML += ' | View Map';var $lf7426bc1998891cd172a10233b83a8de = '

Education Credit Union

Address: 4400 W Interstate 40, Amarillo, TX 79106
Phone: (806) 358-7777
';var m_f7426bc1998891cd172a10233b83a8de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Education Credit Union',});m_f7426bc1998891cd172a10233b83a8de['infowindow'] = new google.maps.InfoWindow({content: $lf7426bc1998891cd172a10233b83a8de});var infowindow = new google.maps.InfoWindow({content: $lf7426bc1998891cd172a10233b83a8de});google.maps.event.addListener(m_f7426bc1998891cd172a10233b83a8de, 'click', function() {infowindow.open(map,m_f7426bc1998891cd172a10233b83a8de);});$marker.push(m_f7426bc1998891cd172a10233b83a8de);}});}google.maps.event.addDomListener(window, 'load', initialize);