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(31.2206,-96.2369)};var g_b12564853249eafedf53525ef9b6b0f6 = new google.maps.Geocoder();g_b12564853249eafedf53525ef9b6b0f6.geocode( { 'address': "722 Vw Goodwin Blvd N, Marquez, TX 77865"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marquez-TX-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('marquez-TX-wells-fargo-bank'), mapOptions);}document.getElementById('0b040a6a').innerHTML += ' | View Map';var $lb12564853249eafedf53525ef9b6b0f6 = '

WELLS FARGO BANK

Address: 722 Vw Goodwin Blvd N, Marquez, TX 77865
Phone: (903) 529-5802
';var m_b12564853249eafedf53525ef9b6b0f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WELLS FARGO BANK',});m_b12564853249eafedf53525ef9b6b0f6['infowindow'] = new google.maps.InfoWindow({content: $lb12564853249eafedf53525ef9b6b0f6});var infowindow = new google.maps.InfoWindow({content: $lb12564853249eafedf53525ef9b6b0f6});google.maps.event.addListener(m_b12564853249eafedf53525ef9b6b0f6, 'click', function() {infowindow.open(map,m_b12564853249eafedf53525ef9b6b0f6);});$marker.push(m_b12564853249eafedf53525ef9b6b0f6);}});}google.maps.event.addDomListener(window, 'load', initialize);