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(32.5292,-95.6375)};var g_fc9ca3e4d1a80974540180b18e5783e3 = new google.maps.Geocoder();g_fc9ca3e4d1a80974540180b18e5783e3.geocode( { 'address': "766 W Main St, Van, TX 75790"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('van-TX-austin-bank').style.display = '';map = new google.maps.Map(document.getElementById('van-TX-austin-bank'), mapOptions);}document.getElementById('4be9d9cc').innerHTML += ' | View Map';var $lfc9ca3e4d1a80974540180b18e5783e3 = '

Austin Bank

Address: 766 W Main St, Van, TX 75790
Phone: (903) 963-8691
';var m_fc9ca3e4d1a80974540180b18e5783e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Austin Bank',});m_fc9ca3e4d1a80974540180b18e5783e3['infowindow'] = new google.maps.InfoWindow({content: $lfc9ca3e4d1a80974540180b18e5783e3});var infowindow = new google.maps.InfoWindow({content: $lfc9ca3e4d1a80974540180b18e5783e3});google.maps.event.addListener(m_fc9ca3e4d1a80974540180b18e5783e3, 'click', function() {infowindow.open(map,m_fc9ca3e4d1a80974540180b18e5783e3);});$marker.push(m_fc9ca3e4d1a80974540180b18e5783e3);}});}google.maps.event.addDomListener(window, 'load', initialize);