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.963,-93.9764)};var g_14a3ed8dbf55f811d0591f7691f0d834 = new google.maps.Geocoder();g_14a3ed8dbf55f811d0591f7691f0d834.geocode( { 'address': "4700 FM 365 R, Port Arthur, TX 77642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-arthur-TX-texas-mortgage-associates').style.display = '';map = new google.maps.Map(document.getElementById('port-arthur-TX-texas-mortgage-associates'), mapOptions);}document.getElementById('8e986622').innerHTML += ' | View Map';var $l14a3ed8dbf55f811d0591f7691f0d834 = '

Texas Mortgage Associates

Address: 4700 FM 365 R, Port Arthur, TX 77642, USA
Phone: (409) 727-4663
';var m_14a3ed8dbf55f811d0591f7691f0d834 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Mortgage Associates',});m_14a3ed8dbf55f811d0591f7691f0d834['infowindow'] = new google.maps.InfoWindow({content: $l14a3ed8dbf55f811d0591f7691f0d834});var infowindow = new google.maps.InfoWindow({content: $l14a3ed8dbf55f811d0591f7691f0d834});google.maps.event.addListener(m_14a3ed8dbf55f811d0591f7691f0d834, 'click', function() {infowindow.open(map,m_14a3ed8dbf55f811d0591f7691f0d834);});$marker.push(m_14a3ed8dbf55f811d0591f7691f0d834);}});}google.maps.event.addDomListener(window, 'load', initialize);