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(29.8954,-93.9556)};var g_c2cb5756ab726e065755c4743ef4cb87 = new google.maps.Geocoder();g_c2cb5756ab726e065755c4743ef4cb87.geocode( { 'address': "3400 Highway 365, Port Arthur, TX 77642"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-arthur-TX-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-arthur-TX-wells-fargo-bank'), mapOptions);}document.getElementById('44913a4f').innerHTML += ' | View Map';var $lc2cb5756ab726e065755c4743ef4cb87 = '

Wells Fargo Bank

Address: 3400 Highway 365, Port Arthur, TX 77642
Phone: (409) 724-1241
';var m_c2cb5756ab726e065755c4743ef4cb87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_c2cb5756ab726e065755c4743ef4cb87['infowindow'] = new google.maps.InfoWindow({content: $lc2cb5756ab726e065755c4743ef4cb87});var infowindow = new google.maps.InfoWindow({content: $lc2cb5756ab726e065755c4743ef4cb87});google.maps.event.addListener(m_c2cb5756ab726e065755c4743ef4cb87, 'click', function() {infowindow.open(map,m_c2cb5756ab726e065755c4743ef4cb87);});$marker.push(m_c2cb5756ab726e065755c4743ef4cb87);}});}google.maps.event.addDomListener(window, 'load', initialize);