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.7324,-95.4867)};var g_f47eb1c0859ff2496e1c103d51dabceb = new google.maps.Geocoder();g_f47eb1c0859ff2496e1c103d51dabceb.geocode( { 'address': "6060 Richmond Ave # 226, Houston, TX 77057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-j-friedman-inc').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-j-friedman-inc'), mapOptions);}document.getElementById('c22d740b').innerHTML += ' | View Map';var $lf47eb1c0859ff2496e1c103d51dabceb = '

J Friedman Inc

Address: 6060 Richmond Ave # 226, Houston, TX 77057, USA
Phone: (713) 785-5626
';var m_f47eb1c0859ff2496e1c103d51dabceb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J Friedman Inc',});m_f47eb1c0859ff2496e1c103d51dabceb['infowindow'] = new google.maps.InfoWindow({content: $lf47eb1c0859ff2496e1c103d51dabceb});var infowindow = new google.maps.InfoWindow({content: $lf47eb1c0859ff2496e1c103d51dabceb});google.maps.event.addListener(m_f47eb1c0859ff2496e1c103d51dabceb, 'click', function() {infowindow.open(map,m_f47eb1c0859ff2496e1c103d51dabceb);});$marker.push(m_f47eb1c0859ff2496e1c103d51dabceb);}});}google.maps.event.addDomListener(window, 'load', initialize);