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.6211,-97.1543)};var g_4427350b39dcbd8e8da4f053283e3984 = new google.maps.Geocoder();g_4427350b39dcbd8e8da4f053283e3984.geocode( { 'address': "301 S Ctr St, Arlington, TX 76010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-TX-southwest-securities').style.display = '';map = new google.maps.Map(document.getElementById('arlington-TX-southwest-securities'), mapOptions);}document.getElementById('f7ae9d16').innerHTML += ' | View Map';var $l4427350b39dcbd8e8da4f053283e3984 = '

Southwest Securities

Address: 301 S Ctr St, Arlington, TX 76010
Phone: (817) 861-3633
';var m_4427350b39dcbd8e8da4f053283e3984 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southwest Securities',});m_4427350b39dcbd8e8da4f053283e3984['infowindow'] = new google.maps.InfoWindow({content: $l4427350b39dcbd8e8da4f053283e3984});var infowindow = new google.maps.InfoWindow({content: $l4427350b39dcbd8e8da4f053283e3984});google.maps.event.addListener(m_4427350b39dcbd8e8da4f053283e3984, 'click', function() {infowindow.open(map,m_4427350b39dcbd8e8da4f053283e3984);});$marker.push(m_4427350b39dcbd8e8da4f053283e3984);}});}google.maps.event.addDomListener(window, 'load', initialize);