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.389,-100.866)};var g_573a77b45da4e86a0fc93e5f76cc99ce = new google.maps.Geocoder();g_573a77b45da4e86a0fc93e5f76cc99ce.geocode( { 'address': "228 Elm St, Colorado City, TX 79512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-city-TX-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('colorado-city-TX-city-national-bank'), mapOptions);}document.getElementById('5745e64c').innerHTML += ' | View Map';var $l573a77b45da4e86a0fc93e5f76cc99ce = '

City National Bank

Address: 228 Elm St, Colorado City, TX 79512, USA
Phone: (325) 728-5221
';var m_573a77b45da4e86a0fc93e5f76cc99ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_573a77b45da4e86a0fc93e5f76cc99ce['infowindow'] = new google.maps.InfoWindow({content: $l573a77b45da4e86a0fc93e5f76cc99ce});var infowindow = new google.maps.InfoWindow({content: $l573a77b45da4e86a0fc93e5f76cc99ce});google.maps.event.addListener(m_573a77b45da4e86a0fc93e5f76cc99ce, 'click', function() {infowindow.open(map,m_573a77b45da4e86a0fc93e5f76cc99ce);});$marker.push(m_573a77b45da4e86a0fc93e5f76cc99ce);}});}google.maps.event.addDomListener(window, 'load', initialize);