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.2202,-97.7499)};var g_4eed1153c6579c3f4d406da8b34fc1d7 = new google.maps.Geocoder();g_4eed1153c6579c3f4d406da8b34fc1d7.geocode( { 'address': "2806 Flintrock Trce, Austin, TX 78738"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-patriot-bank').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-patriot-bank'), mapOptions);}document.getElementById('ba5a8cd1').innerHTML += ' | View Map';var $l4eed1153c6579c3f4d406da8b34fc1d7 = '

Patriot Bank

Address: 2806 Flintrock Trce, Austin, TX 78738
Phone: (512) 776-8660
';var m_4eed1153c6579c3f4d406da8b34fc1d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patriot Bank',});m_4eed1153c6579c3f4d406da8b34fc1d7['infowindow'] = new google.maps.InfoWindow({content: $l4eed1153c6579c3f4d406da8b34fc1d7});var infowindow = new google.maps.InfoWindow({content: $l4eed1153c6579c3f4d406da8b34fc1d7});google.maps.event.addListener(m_4eed1153c6579c3f4d406da8b34fc1d7, 'click', function() {infowindow.open(map,m_4eed1153c6579c3f4d406da8b34fc1d7);});$marker.push(m_4eed1153c6579c3f4d406da8b34fc1d7);}});}google.maps.event.addDomListener(window, 'load', initialize);