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()};var g_d1ab40faa855232ac0e2c2cc96f53a0f = new google.maps.Geocoder();g_d1ab40faa855232ac0e2c2cc96f53a0f.geocode( { 'address': "3209 Ranch Road 620 South, Lakeway, TX 78738"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakeway-TX-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('lakeway-TX-independent-bank'), mapOptions);}document.getElementById('6d1b5eff').innerHTML += ' | View Map';var $ld1ab40faa855232ac0e2c2cc96f53a0f = '

Independent Bank

Address: 3209 Ranch Road 620 South, Lakeway, TX 78738
Phone: (512) 261-3355
';var m_d1ab40faa855232ac0e2c2cc96f53a0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank',});m_d1ab40faa855232ac0e2c2cc96f53a0f['infowindow'] = new google.maps.InfoWindow({content: $ld1ab40faa855232ac0e2c2cc96f53a0f});var infowindow = new google.maps.InfoWindow({content: $ld1ab40faa855232ac0e2c2cc96f53a0f});google.maps.event.addListener(m_d1ab40faa855232ac0e2c2cc96f53a0f, 'click', function() {infowindow.open(map,m_d1ab40faa855232ac0e2c2cc96f53a0f);});$marker.push(m_d1ab40faa855232ac0e2c2cc96f53a0f);}});}google.maps.event.addDomListener(window, 'load', initialize);