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.1641,-97.9963)};var g_af141196b05c7fe6f8d290c41aa63f96 = new google.maps.Geocoder();g_af141196b05c7fe6f8d290c41aa63f96.geocode( { 'address': "111 Sandpiper Cove, Austin, TX 78737, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-prominent-financial-planning-llc').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-prominent-financial-planning-llc'), mapOptions);}document.getElementById('9856b06c').innerHTML += ' | View Map';var $laf141196b05c7fe6f8d290c41aa63f96 = '

Prominent Financial Planning LLC

Address: 111 Sandpiper Cove, Austin, TX 78737, USA
Phone: (512) 660-7766
';var m_af141196b05c7fe6f8d290c41aa63f96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prominent Financial Planning LLC',});m_af141196b05c7fe6f8d290c41aa63f96['infowindow'] = new google.maps.InfoWindow({content: $laf141196b05c7fe6f8d290c41aa63f96});var infowindow = new google.maps.InfoWindow({content: $laf141196b05c7fe6f8d290c41aa63f96});google.maps.event.addListener(m_af141196b05c7fe6f8d290c41aa63f96, 'click', function() {infowindow.open(map,m_af141196b05c7fe6f8d290c41aa63f96);});$marker.push(m_af141196b05c7fe6f8d290c41aa63f96);}});}google.maps.event.addDomListener(window, 'load', initialize);