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.9544,-96.612)};var g_89e4058ccbd732c8fc9852480561f686 = new google.maps.Geocoder();g_89e4058ccbd732c8fc9852480561f686.geocode( { 'address': "675 Town Square Blvd #200, Garland, TX 75040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-TX-your-richest-life').style.display = '';map = new google.maps.Map(document.getElementById('garland-TX-your-richest-life'), mapOptions);}document.getElementById('7a127d61').innerHTML += ' | View Map';var $l89e4058ccbd732c8fc9852480561f686 = '

Your Richest Life

Address: 675 Town Square Blvd #200, Garland, TX 75040, USA
Phone: (469) 708-7975
';var m_89e4058ccbd732c8fc9852480561f686 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Your Richest Life',});m_89e4058ccbd732c8fc9852480561f686['infowindow'] = new google.maps.InfoWindow({content: $l89e4058ccbd732c8fc9852480561f686});var infowindow = new google.maps.InfoWindow({content: $l89e4058ccbd732c8fc9852480561f686});google.maps.event.addListener(m_89e4058ccbd732c8fc9852480561f686, 'click', function() {infowindow.open(map,m_89e4058ccbd732c8fc9852480561f686);});$marker.push(m_89e4058ccbd732c8fc9852480561f686);}});}google.maps.event.addDomListener(window, 'load', initialize);