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.8616,-96.6042)};var g_986934ffbe7c548efeaa7945a26b0393 = new google.maps.Geocoder();g_986934ffbe7c548efeaa7945a26b0393.geocode( { 'address': "713 Gatewood Rd, Garland, TX 75043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-TX-townsquare-financial').style.display = '';map = new google.maps.Map(document.getElementById('garland-TX-townsquare-financial'), mapOptions);}document.getElementById('7f475d75').innerHTML += ' | View Map';var $l986934ffbe7c548efeaa7945a26b0393 = '

Townsquare Financial

Address: 713 Gatewood Rd, Garland, TX 75043, USA
Phone: (972) 303-9200
';var m_986934ffbe7c548efeaa7945a26b0393 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Townsquare Financial',});m_986934ffbe7c548efeaa7945a26b0393['infowindow'] = new google.maps.InfoWindow({content: $l986934ffbe7c548efeaa7945a26b0393});var infowindow = new google.maps.InfoWindow({content: $l986934ffbe7c548efeaa7945a26b0393});google.maps.event.addListener(m_986934ffbe7c548efeaa7945a26b0393, 'click', function() {infowindow.open(map,m_986934ffbe7c548efeaa7945a26b0393);});$marker.push(m_986934ffbe7c548efeaa7945a26b0393);}});}google.maps.event.addDomListener(window, 'load', initialize);