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.9418,-95.397)};var g_b767062d418441a0529d80c7ec7f820c = new google.maps.Geocoder();g_b767062d418441a0529d80c7ec7f820c.geocode( { 'address': "363 North Sam Houston Pkwy E #1100, Houston, TX 77060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-money-man-4-business').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-money-man-4-business'), mapOptions);}document.getElementById('40575ace').innerHTML += ' | View Map';var $lb767062d418441a0529d80c7ec7f820c = '

Money Man 4 Business

Address: 363 North Sam Houston Pkwy E #1100, Houston, TX 77060, USA
Phone: (832) 358-3358
';var m_b767062d418441a0529d80c7ec7f820c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Man 4 Business',});m_b767062d418441a0529d80c7ec7f820c['infowindow'] = new google.maps.InfoWindow({content: $lb767062d418441a0529d80c7ec7f820c});var infowindow = new google.maps.InfoWindow({content: $lb767062d418441a0529d80c7ec7f820c});google.maps.event.addListener(m_b767062d418441a0529d80c7ec7f820c, 'click', function() {infowindow.open(map,m_b767062d418441a0529d80c7ec7f820c);});$marker.push(m_b767062d418441a0529d80c7ec7f820c);}});}google.maps.event.addDomListener(window, 'load', initialize);