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.5167,-101.901)};var g_d342e592123e65298902fdd15830ae13 = new google.maps.Geocoder();g_d342e592123e65298902fdd15830ae13.geocode( { 'address': "4213 85th St, Lubbock, TX 79423, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lubbock-TX-greg-luman').style.display = '';map = new google.maps.Map(document.getElementById('lubbock-TX-greg-luman'), mapOptions);}document.getElementById('6b19107b').innerHTML += ' | View Map';var $ld342e592123e65298902fdd15830ae13 = '

Greg Luman

Address: 4213 85th St, Lubbock, TX 79423, USA
Phone: (806) 698-6853
';var m_d342e592123e65298902fdd15830ae13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greg Luman',});m_d342e592123e65298902fdd15830ae13['infowindow'] = new google.maps.InfoWindow({content: $ld342e592123e65298902fdd15830ae13});var infowindow = new google.maps.InfoWindow({content: $ld342e592123e65298902fdd15830ae13});google.maps.event.addListener(m_d342e592123e65298902fdd15830ae13, 'click', function() {infowindow.open(map,m_d342e592123e65298902fdd15830ae13);});$marker.push(m_d342e592123e65298902fdd15830ae13);}});}google.maps.event.addDomListener(window, 'load', initialize);