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.4852,-97.6873)};var g_23ad20eef871a6b764607326cbb28062 = new google.maps.Geocoder();g_23ad20eef871a6b764607326cbb28062.geocode( { 'address': "9601 Amberglen Blvd #140, Austin, TX 78729, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-smartnote').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-smartnote'), mapOptions);}document.getElementById('adb08568').innerHTML += ' | View Map';var $l23ad20eef871a6b764607326cbb28062 = '

SmartNote

Address: 9601 Amberglen Blvd #140, Austin, TX 78729, USA
Phone: (888) 296-4290
';var m_23ad20eef871a6b764607326cbb28062 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SmartNote',});m_23ad20eef871a6b764607326cbb28062['infowindow'] = new google.maps.InfoWindow({content: $l23ad20eef871a6b764607326cbb28062});var infowindow = new google.maps.InfoWindow({content: $l23ad20eef871a6b764607326cbb28062});google.maps.event.addListener(m_23ad20eef871a6b764607326cbb28062, 'click', function() {infowindow.open(map,m_23ad20eef871a6b764607326cbb28062);});$marker.push(m_23ad20eef871a6b764607326cbb28062);}});}google.maps.event.addDomListener(window, 'load', initialize);