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(32.8775,-96.6188)};var g_a261a0243637a85982c357e5b6a75197 = new google.maps.Geocoder();g_a261a0243637a85982c357e5b6a75197.geocode( { 'address': "3200 Broadway Blvd #150, Garland, TX 75043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-TX-genesis-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('garland-TX-genesis-credit-solutions'), mapOptions);}document.getElementById('7d29eeb1').innerHTML += ' | View Map';var $la261a0243637a85982c357e5b6a75197 = '

Genesis credit Solutions

Address: 3200 Broadway Blvd #150, Garland, TX 75043, USA
Phone: (877) 250-0035
';var m_a261a0243637a85982c357e5b6a75197 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Genesis credit Solutions',});m_a261a0243637a85982c357e5b6a75197['infowindow'] = new google.maps.InfoWindow({content: $la261a0243637a85982c357e5b6a75197});var infowindow = new google.maps.InfoWindow({content: $la261a0243637a85982c357e5b6a75197});google.maps.event.addListener(m_a261a0243637a85982c357e5b6a75197, 'click', function() {infowindow.open(map,m_a261a0243637a85982c357e5b6a75197);});$marker.push(m_a261a0243637a85982c357e5b6a75197);}});}google.maps.event.addDomListener(window, 'load', initialize);