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.7894,-95.632)};var g_0d98a513b606ec239c244a9ed8b3eea9 = new google.maps.Geocoder();g_0d98a513b606ec239c244a9ed8b3eea9.geocode( { 'address': "2209 S Loop 256, Palestine, TX 75801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palestine-TX-wells-fargo-advisors').style.display = '';map = new google.maps.Map(document.getElementById('palestine-TX-wells-fargo-advisors'), mapOptions);}document.getElementById('632e5cd2').innerHTML += ' | View Map';var $l0d98a513b606ec239c244a9ed8b3eea9 = '

Wells Fargo Advisors

Address: 2209 S Loop 256, Palestine, TX 75801
Phone: (903) 729-8046
';var m_0d98a513b606ec239c244a9ed8b3eea9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Advisors',});m_0d98a513b606ec239c244a9ed8b3eea9['infowindow'] = new google.maps.InfoWindow({content: $l0d98a513b606ec239c244a9ed8b3eea9});var infowindow = new google.maps.InfoWindow({content: $l0d98a513b606ec239c244a9ed8b3eea9});google.maps.event.addListener(m_0d98a513b606ec239c244a9ed8b3eea9, 'click', function() {infowindow.open(map,m_0d98a513b606ec239c244a9ed8b3eea9);});$marker.push(m_0d98a513b606ec239c244a9ed8b3eea9);}});}google.maps.event.addDomListener(window, 'load', initialize);