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.9199,-93.9118)};var g_2749d1a1de35d6c826170dce2f8acd2c = new google.maps.Geocoder();g_2749d1a1de35d6c826170dce2f8acd2c.geocode( { 'address': "1907 Jefferson Dr #200, Port Arthur, TX 77642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-arthur-TX-star-loans').style.display = '';map = new google.maps.Map(document.getElementById('port-arthur-TX-star-loans'), mapOptions);}document.getElementById('beab200a').innerHTML += ' | View Map';var $l2749d1a1de35d6c826170dce2f8acd2c = '

Star Loans

Address: 1907 Jefferson Dr #200, Port Arthur, TX 77642, USA
Phone: (409) 982-7300
';var m_2749d1a1de35d6c826170dce2f8acd2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star Loans',});m_2749d1a1de35d6c826170dce2f8acd2c['infowindow'] = new google.maps.InfoWindow({content: $l2749d1a1de35d6c826170dce2f8acd2c});var infowindow = new google.maps.InfoWindow({content: $l2749d1a1de35d6c826170dce2f8acd2c});google.maps.event.addListener(m_2749d1a1de35d6c826170dce2f8acd2c, 'click', function() {infowindow.open(map,m_2749d1a1de35d6c826170dce2f8acd2c);});$marker.push(m_2749d1a1de35d6c826170dce2f8acd2c);}});}google.maps.event.addDomListener(window, 'load', initialize);