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(30.1,-95.2309)};var g_739a51947b85238451f048b147af9c03 = new google.maps.Geocoder();g_739a51947b85238451f048b147af9c03.geocode( { 'address': "23970 TX-494 Loop b, Porter, TX 77365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('porter-TX-star-loans').style.display = '';map = new google.maps.Map(document.getElementById('porter-TX-star-loans'), mapOptions);}document.getElementById('62f26f26').innerHTML += ' | View Map';var $l739a51947b85238451f048b147af9c03 = '

Star Loans

Address: 23970 TX-494 Loop b, Porter, TX 77365, USA
Phone: (281) 354-7827
';var m_739a51947b85238451f048b147af9c03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star Loans',});m_739a51947b85238451f048b147af9c03['infowindow'] = new google.maps.InfoWindow({content: $l739a51947b85238451f048b147af9c03});var infowindow = new google.maps.InfoWindow({content: $l739a51947b85238451f048b147af9c03});google.maps.event.addListener(m_739a51947b85238451f048b147af9c03, 'click', function() {infowindow.open(map,m_739a51947b85238451f048b147af9c03);});$marker.push(m_739a51947b85238451f048b147af9c03);}});}google.maps.event.addDomListener(window, 'load', initialize);