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.2373,-101.795)};var g_df69e1770606e3d5616fed5d0a65cadd = new google.maps.Geocoder();g_df69e1770606e3d5616fed5d0a65cadd.geocode( { 'address': "2410 N Grand St, Amarillo, TX 79107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amarillo-TX-amarillo-community-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('amarillo-TX-amarillo-community-federal-cu'), mapOptions);}document.getElementById('19ddb697').innerHTML += ' | View Map';var $ldf69e1770606e3d5616fed5d0a65cadd = '

Amarillo Community Federal CU

Address: 2410 N Grand St, Amarillo, TX 79107, USA
Phone: (806) 358-7561
';var m_df69e1770606e3d5616fed5d0a65cadd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amarillo Community Federal CU',});m_df69e1770606e3d5616fed5d0a65cadd['infowindow'] = new google.maps.InfoWindow({content: $ldf69e1770606e3d5616fed5d0a65cadd});var infowindow = new google.maps.InfoWindow({content: $ldf69e1770606e3d5616fed5d0a65cadd});google.maps.event.addListener(m_df69e1770606e3d5616fed5d0a65cadd, 'click', function() {infowindow.open(map,m_df69e1770606e3d5616fed5d0a65cadd);});$marker.push(m_df69e1770606e3d5616fed5d0a65cadd);}});}google.maps.event.addDomListener(window, 'load', initialize);