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.4628,-99.71)};var g_8dc3a62c5b3b1938582d9d85586e4a50 = new google.maps.Geocoder();g_8dc3a62c5b3b1938582d9d85586e4a50.geocode( { 'address': "701 Main St, Junction, TX 76849"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('junction-TX-junction-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('junction-TX-junction-national-bank'), mapOptions);}document.getElementById('0ee6ea88').innerHTML += ' | View Map';var $l8dc3a62c5b3b1938582d9d85586e4a50 = '

Junction National Bank

Address: 701 Main St, Junction, TX 76849
Phone: (325) 446-2531
';var m_8dc3a62c5b3b1938582d9d85586e4a50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Junction National Bank',});m_8dc3a62c5b3b1938582d9d85586e4a50['infowindow'] = new google.maps.InfoWindow({content: $l8dc3a62c5b3b1938582d9d85586e4a50});var infowindow = new google.maps.InfoWindow({content: $l8dc3a62c5b3b1938582d9d85586e4a50});google.maps.event.addListener(m_8dc3a62c5b3b1938582d9d85586e4a50, 'click', function() {infowindow.open(map,m_8dc3a62c5b3b1938582d9d85586e4a50);});$marker.push(m_8dc3a62c5b3b1938582d9d85586e4a50);}});}google.maps.event.addDomListener(window, 'load', initialize);