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.565,-95.7831)};var g_e373a5f702ddb774d08f7200742f84ba = new google.maps.Geocoder();g_e373a5f702ddb774d08f7200742f84ba.geocode( { 'address': "4407 Avenue H, Rosenberg, TX 77471, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rosenberg-TX-loan-store-inc').style.display = '';map = new google.maps.Map(document.getElementById('rosenberg-TX-loan-store-inc'), mapOptions);}document.getElementById('38d87b39').innerHTML += ' | View Map';var $le373a5f702ddb774d08f7200742f84ba = '

Loan Store Inc

Address: 4407 Avenue H, Rosenberg, TX 77471, USA
Phone: (281) 232-2274
';var m_e373a5f702ddb774d08f7200742f84ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Store Inc',});m_e373a5f702ddb774d08f7200742f84ba['infowindow'] = new google.maps.InfoWindow({content: $le373a5f702ddb774d08f7200742f84ba});var infowindow = new google.maps.InfoWindow({content: $le373a5f702ddb774d08f7200742f84ba});google.maps.event.addListener(m_e373a5f702ddb774d08f7200742f84ba, 'click', function() {infowindow.open(map,m_e373a5f702ddb774d08f7200742f84ba);});$marker.push(m_e373a5f702ddb774d08f7200742f84ba);}});}google.maps.event.addDomListener(window, 'load', initialize);