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_5324a480df9a59e444f4b82aa1e29b30 = new google.maps.Geocoder();g_5324a480df9a59e444f4b82aa1e29b30.geocode( { 'address': "4997 N Twin City Hwy, Port Arthur, TX 77642"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-arthur-TX-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-arthur-TX-chase-bank'), mapOptions);}document.getElementById('c49b78a6').innerHTML += ' | View Map';var $l5324a480df9a59e444f4b82aa1e29b30 = '

Chase Bank

Address: 4997 N Twin City Hwy, Port Arthur, TX 77642
Phone: (409) 962-5017
';var m_5324a480df9a59e444f4b82aa1e29b30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_5324a480df9a59e444f4b82aa1e29b30['infowindow'] = new google.maps.InfoWindow({content: $l5324a480df9a59e444f4b82aa1e29b30});var infowindow = new google.maps.InfoWindow({content: $l5324a480df9a59e444f4b82aa1e29b30});google.maps.event.addListener(m_5324a480df9a59e444f4b82aa1e29b30, 'click', function() {infowindow.open(map,m_5324a480df9a59e444f4b82aa1e29b30);});$marker.push(m_5324a480df9a59e444f4b82aa1e29b30);}});}google.maps.event.addDomListener(window, 'load', initialize);