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.7044,-95.6163)};var g_156df764518145746863242337b53331 = new google.maps.Geocoder();g_156df764518145746863242337b53331.geocode( { 'address': "13218 Bellaire Blvd, Houston, TX 77083, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-loans-office-llc').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-loans-office-llc'), mapOptions);}document.getElementById('8aed6200').innerHTML += ' | View Map';var $l156df764518145746863242337b53331 = '

Loans Office LLC

Address: 13218 Bellaire Blvd, Houston, TX 77083, USA
Phone: (281) 372-8941
';var m_156df764518145746863242337b53331 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loans Office LLC',});m_156df764518145746863242337b53331['infowindow'] = new google.maps.InfoWindow({content: $l156df764518145746863242337b53331});var infowindow = new google.maps.InfoWindow({content: $l156df764518145746863242337b53331});google.maps.event.addListener(m_156df764518145746863242337b53331, 'click', function() {infowindow.open(map,m_156df764518145746863242337b53331);});$marker.push(m_156df764518145746863242337b53331);}});}google.maps.event.addDomListener(window, 'load', initialize);