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.6646,-95.4874)};var g_4ad979699e0026817f27d746638fd74d = new google.maps.Geocoder();g_4ad979699e0026817f27d746638fd74d.geocode( { 'address': "200 N Pacific St, Mineola, TX 75773, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mineola-TX-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mineola-TX-city-national-bank'), mapOptions);}document.getElementById('fcd58e8d').innerHTML += ' | View Map';var $l4ad979699e0026817f27d746638fd74d = '

City National Bank

Address: 200 N Pacific St, Mineola, TX 75773, USA
Phone: (903) 569-6161
';var m_4ad979699e0026817f27d746638fd74d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_4ad979699e0026817f27d746638fd74d['infowindow'] = new google.maps.InfoWindow({content: $l4ad979699e0026817f27d746638fd74d});var infowindow = new google.maps.InfoWindow({content: $l4ad979699e0026817f27d746638fd74d});google.maps.event.addListener(m_4ad979699e0026817f27d746638fd74d, 'click', function() {infowindow.open(map,m_4ad979699e0026817f27d746638fd74d);});$marker.push(m_4ad979699e0026817f27d746638fd74d);}});}google.maps.event.addDomListener(window, 'load', initialize);