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.9482,-95.2937)};var g_52b63b18f3d941bd6c6404bd8f32aa83 = new google.maps.Geocoder();g_52b63b18f3d941bd6c6404bd8f32aa83.geocode( { 'address': "607 S Main St, Winnsboro, TX 75494"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winnsboro-TX-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('winnsboro-TX-city-national-bank'), mapOptions);}document.getElementById('405f96e3').innerHTML += ' | View Map';var $l52b63b18f3d941bd6c6404bd8f32aa83 = '

City National Bank

Address: 607 S Main St, Winnsboro, TX 75494
Phone: (903) 342-3791
';var m_52b63b18f3d941bd6c6404bd8f32aa83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_52b63b18f3d941bd6c6404bd8f32aa83['infowindow'] = new google.maps.InfoWindow({content: $l52b63b18f3d941bd6c6404bd8f32aa83});var infowindow = new google.maps.InfoWindow({content: $l52b63b18f3d941bd6c6404bd8f32aa83});google.maps.event.addListener(m_52b63b18f3d941bd6c6404bd8f32aa83, 'click', function() {infowindow.open(map,m_52b63b18f3d941bd6c6404bd8f32aa83);});$marker.push(m_52b63b18f3d941bd6c6404bd8f32aa83);}});}google.maps.event.addDomListener(window, 'load', initialize);