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(30.5745,-96.2781)};var g_d0241e4642e31c44b7590140e2df0b7c = new google.maps.Geocoder();g_d0241e4642e31c44b7590140e2df0b7c.geocode( { 'address': "4090 Hwy 6, College Station, TX 77845, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('college-station-TX-wallick--volk-college-station').style.display = '';map = new google.maps.Map(document.getElementById('college-station-TX-wallick--volk-college-station'), mapOptions);}document.getElementById('870d0b01').innerHTML += ' | View Map';var $ld0241e4642e31c44b7590140e2df0b7c = '

Wallick & Volk College Station

Address: 4090 Hwy 6, College Station, TX 77845, USA
Phone: (979) 690-1779
';var m_d0241e4642e31c44b7590140e2df0b7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wallick & Volk College Station',});m_d0241e4642e31c44b7590140e2df0b7c['infowindow'] = new google.maps.InfoWindow({content: $ld0241e4642e31c44b7590140e2df0b7c});var infowindow = new google.maps.InfoWindow({content: $ld0241e4642e31c44b7590140e2df0b7c});google.maps.event.addListener(m_d0241e4642e31c44b7590140e2df0b7c, 'click', function() {infowindow.open(map,m_d0241e4642e31c44b7590140e2df0b7c);});$marker.push(m_d0241e4642e31c44b7590140e2df0b7c);}});}google.maps.event.addDomListener(window, 'load', initialize);