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.0138,-95.3413)};var g_604c7e919c33f5170474a40779391f3c = new google.maps.Geocoder();g_604c7e919c33f5170474a40779391f3c.geocode( { 'address': "5547 FM 1960, Humble, TX 77338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('humble-TX-loan-star-motors').style.display = '';map = new google.maps.Map(document.getElementById('humble-TX-loan-star-motors'), mapOptions);}document.getElementById('89a11abe').innerHTML += ' | View Map';var $l604c7e919c33f5170474a40779391f3c = '

Loan Star Motors

Address: 5547 FM 1960, Humble, TX 77338, USA
Phone: (281) 446-5626
';var m_604c7e919c33f5170474a40779391f3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Star Motors',});m_604c7e919c33f5170474a40779391f3c['infowindow'] = new google.maps.InfoWindow({content: $l604c7e919c33f5170474a40779391f3c});var infowindow = new google.maps.InfoWindow({content: $l604c7e919c33f5170474a40779391f3c});google.maps.event.addListener(m_604c7e919c33f5170474a40779391f3c, 'click', function() {infowindow.open(map,m_604c7e919c33f5170474a40779391f3c);});$marker.push(m_604c7e919c33f5170474a40779391f3c);}});}google.maps.event.addDomListener(window, 'load', initialize);