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.7204,-95.2221)};var g_d3ed9e3df6007d59a203f7b692880796 = new google.maps.Geocoder();g_d3ed9e3df6007d59a203f7b692880796.geocode( { 'address': "2535 Bay Area Blvd, Houston, TX 77058"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-charles-schwab').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-charles-schwab'), mapOptions);}document.getElementById('7332295a').innerHTML += ' | View Map';var $ld3ed9e3df6007d59a203f7b692880796 = '

Charles Schwab

Address: 2535 Bay Area Blvd, Houston, TX 77058
Phone: (281) 486-2525
';var m_d3ed9e3df6007d59a203f7b692880796 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Charles Schwab',});m_d3ed9e3df6007d59a203f7b692880796['infowindow'] = new google.maps.InfoWindow({content: $ld3ed9e3df6007d59a203f7b692880796});var infowindow = new google.maps.InfoWindow({content: $ld3ed9e3df6007d59a203f7b692880796});google.maps.event.addListener(m_d3ed9e3df6007d59a203f7b692880796, 'click', function() {infowindow.open(map,m_d3ed9e3df6007d59a203f7b692880796);});$marker.push(m_d3ed9e3df6007d59a203f7b692880796);}});}google.maps.event.addDomListener(window, 'load', initialize);