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.4672,-98.53)};var g_5231009d4f3981fb33f3e761a1979c04 = new google.maps.Geocoder();g_5231009d4f3981fb33f3e761a1979c04.geocode( { 'address': "519 Everest St, San Antonio, TX 78209"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-spectrum-solutions').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-spectrum-solutions'), mapOptions);}document.getElementById('21165680').innerHTML += ' | View Map';var $l5231009d4f3981fb33f3e761a1979c04 = '

Spectrum Solutions

Address: 519 Everest St, San Antonio, TX 78209
Phone: (210) 822-5210
';var m_5231009d4f3981fb33f3e761a1979c04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Spectrum Solutions',});m_5231009d4f3981fb33f3e761a1979c04['infowindow'] = new google.maps.InfoWindow({content: $l5231009d4f3981fb33f3e761a1979c04});var infowindow = new google.maps.InfoWindow({content: $l5231009d4f3981fb33f3e761a1979c04});google.maps.event.addListener(m_5231009d4f3981fb33f3e761a1979c04, 'click', function() {infowindow.open(map,m_5231009d4f3981fb33f3e761a1979c04);});$marker.push(m_5231009d4f3981fb33f3e761a1979c04);}});}google.maps.event.addDomListener(window, 'load', initialize);