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.1619,-101.888)};var g_ebd9cbfb90ae6a1daeefe91a4cfaa518 = new google.maps.Geocoder();g_ebd9cbfb90ae6a1daeefe91a4cfaa518.geocode( { 'address': "4423 SW 45th Ave, Amarillo, TX 79109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amarillo-TX-athlan-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('amarillo-TX-athlan-mortgage'), mapOptions);}document.getElementById('0f992769').innerHTML += ' | View Map';var $lebd9cbfb90ae6a1daeefe91a4cfaa518 = '

Athlan Mortgage

Address: 4423 SW 45th Ave, Amarillo, TX 79109, USA
Phone: (806) 352-9260
';var m_ebd9cbfb90ae6a1daeefe91a4cfaa518 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Athlan Mortgage',});m_ebd9cbfb90ae6a1daeefe91a4cfaa518['infowindow'] = new google.maps.InfoWindow({content: $lebd9cbfb90ae6a1daeefe91a4cfaa518});var infowindow = new google.maps.InfoWindow({content: $lebd9cbfb90ae6a1daeefe91a4cfaa518});google.maps.event.addListener(m_ebd9cbfb90ae6a1daeefe91a4cfaa518, 'click', function() {infowindow.open(map,m_ebd9cbfb90ae6a1daeefe91a4cfaa518);});$marker.push(m_ebd9cbfb90ae6a1daeefe91a4cfaa518);}});}google.maps.event.addDomListener(window, 'load', initialize);