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(33.5848,-101.849)};var g_9c55b4442d83a8ae73b636b09d1d9de3 = new google.maps.Geocoder();g_9c55b4442d83a8ae73b636b09d1d9de3.geocode( { 'address': "1220 Broadway St # 907, Lubbock, TX 79401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lubbock-TX-associated-business-services').style.display = '';map = new google.maps.Map(document.getElementById('lubbock-TX-associated-business-services'), mapOptions);}document.getElementById('a2abe073').innerHTML += ' | View Map';var $l9c55b4442d83a8ae73b636b09d1d9de3 = '

Associated Business Services

Address: 1220 Broadway St # 907, Lubbock, TX 79401, USA
Phone: (806) 744-1984
';var m_9c55b4442d83a8ae73b636b09d1d9de3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Business Services',});m_9c55b4442d83a8ae73b636b09d1d9de3['infowindow'] = new google.maps.InfoWindow({content: $l9c55b4442d83a8ae73b636b09d1d9de3});var infowindow = new google.maps.InfoWindow({content: $l9c55b4442d83a8ae73b636b09d1d9de3});google.maps.event.addListener(m_9c55b4442d83a8ae73b636b09d1d9de3, 'click', function() {infowindow.open(map,m_9c55b4442d83a8ae73b636b09d1d9de3);});$marker.push(m_9c55b4442d83a8ae73b636b09d1d9de3);}});}google.maps.event.addDomListener(window, 'load', initialize);