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.9399,-95.3926)};var g_6e9c5a6734985c4b7274c67a8f0cd965 = new google.maps.Geocoder();g_6e9c5a6734985c4b7274c67a8f0cd965.geocode( { 'address': "505 North Sam Houston Pkwy E #460, Houston, TX 77060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-gm-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-gm-credit-solutions'), mapOptions);}document.getElementById('b8b66bae').innerHTML += ' | View Map';var $l6e9c5a6734985c4b7274c67a8f0cd965 = '

G&M Credit Solutions

Address: 505 North Sam Houston Pkwy E #460, Houston, TX 77060, USA
Phone: (281) 657-4648
';var m_6e9c5a6734985c4b7274c67a8f0cd965 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'G&M Credit Solutions',});m_6e9c5a6734985c4b7274c67a8f0cd965['infowindow'] = new google.maps.InfoWindow({content: $l6e9c5a6734985c4b7274c67a8f0cd965});var infowindow = new google.maps.InfoWindow({content: $l6e9c5a6734985c4b7274c67a8f0cd965});google.maps.event.addListener(m_6e9c5a6734985c4b7274c67a8f0cd965, 'click', function() {infowindow.open(map,m_6e9c5a6734985c4b7274c67a8f0cd965);});$marker.push(m_6e9c5a6734985c4b7274c67a8f0cd965);}});}google.maps.event.addDomListener(window, 'load', initialize);