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(33.1388,-95.6019)};var g_314211d5444927533d0f4bf552c0f76a = new google.maps.Geocoder();g_314211d5444927533d0f4bf552c0f76a.geocode( { 'address': "201 Connally St, Sulphur Springs, TX 75482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sulphur-springs-TX-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('sulphur-springs-TX-city-national-bank'), mapOptions);}document.getElementById('cd582a20').innerHTML += ' | View Map';var $l314211d5444927533d0f4bf552c0f76a = '

City National Bank

Address: 201 Connally St, Sulphur Springs, TX 75482, USA
Phone: (903) 885-7523
';var m_314211d5444927533d0f4bf552c0f76a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_314211d5444927533d0f4bf552c0f76a['infowindow'] = new google.maps.InfoWindow({content: $l314211d5444927533d0f4bf552c0f76a});var infowindow = new google.maps.InfoWindow({content: $l314211d5444927533d0f4bf552c0f76a});google.maps.event.addListener(m_314211d5444927533d0f4bf552c0f76a, 'click', function() {infowindow.open(map,m_314211d5444927533d0f4bf552c0f76a);});$marker.push(m_314211d5444927533d0f4bf552c0f76a);}});}google.maps.event.addDomListener(window, 'load', initialize);