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(30.3084,-104.02)};var g_cc4027c2e1ad5f63170159ea6ae22c40 = new google.maps.Geocoder();g_cc4027c2e1ad5f63170159ea6ae22c40.geocode( { 'address': "301 Highland St, Marfa, TX 79843, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marfa-TX-marfa-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('marfa-TX-marfa-national-bank'), mapOptions);}document.getElementById('4c08a9a5').innerHTML += ' | View Map';var $lcc4027c2e1ad5f63170159ea6ae22c40 = '

Marfa National Bank

Address: 301 Highland St, Marfa, TX 79843, USA
Phone: (432) 729-4344
';var m_cc4027c2e1ad5f63170159ea6ae22c40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marfa National Bank',});m_cc4027c2e1ad5f63170159ea6ae22c40['infowindow'] = new google.maps.InfoWindow({content: $lcc4027c2e1ad5f63170159ea6ae22c40});var infowindow = new google.maps.InfoWindow({content: $lcc4027c2e1ad5f63170159ea6ae22c40});google.maps.event.addListener(m_cc4027c2e1ad5f63170159ea6ae22c40, 'click', function() {infowindow.open(map,m_cc4027c2e1ad5f63170159ea6ae22c40);});$marker.push(m_cc4027c2e1ad5f63170159ea6ae22c40);}});}google.maps.event.addDomListener(window, 'load', initialize);