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.4419,-97.6273)};var g_4720b2ef085ba1f1460192ac25f85f79 = new google.maps.Geocoder();g_4720b2ef085ba1f1460192ac25f85f79.geocode( { 'address': "601 FM 685, Pflugerville, TX 78660"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pflugerville-TX-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('pflugerville-TX-citizens-national-bank'), mapOptions);}document.getElementById('71a1afa5').innerHTML += ' | View Map';var $l4720b2ef085ba1f1460192ac25f85f79 = '

Citizens National Bank

Address: 601 FM 685, Pflugerville, TX 78660
Phone: (512) 670-1200
';var m_4720b2ef085ba1f1460192ac25f85f79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_4720b2ef085ba1f1460192ac25f85f79['infowindow'] = new google.maps.InfoWindow({content: $l4720b2ef085ba1f1460192ac25f85f79});var infowindow = new google.maps.InfoWindow({content: $l4720b2ef085ba1f1460192ac25f85f79});google.maps.event.addListener(m_4720b2ef085ba1f1460192ac25f85f79, 'click', function() {infowindow.open(map,m_4720b2ef085ba1f1460192ac25f85f79);});$marker.push(m_4720b2ef085ba1f1460192ac25f85f79);}});}google.maps.event.addDomListener(window, 'load', initialize);