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(34.2981,-99.7404)};var g_2852d314c34d502cd2ae76493253c4e5 = new google.maps.Geocoder();g_2852d314c34d502cd2ae76493253c4e5.geocode( { 'address': "120 W 3rd St, Quanah, TX 79252, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quanah-TX-first-capital-bank').style.display = '';map = new google.maps.Map(document.getElementById('quanah-TX-first-capital-bank'), mapOptions);}document.getElementById('bade006b').innerHTML += ' | View Map';var $l2852d314c34d502cd2ae76493253c4e5 = '

First Capital Bank

Address: 120 W 3rd St, Quanah, TX 79252, USA
Phone: (940) 663-5311
';var m_2852d314c34d502cd2ae76493253c4e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Capital Bank',});m_2852d314c34d502cd2ae76493253c4e5['infowindow'] = new google.maps.InfoWindow({content: $l2852d314c34d502cd2ae76493253c4e5});var infowindow = new google.maps.InfoWindow({content: $l2852d314c34d502cd2ae76493253c4e5});google.maps.event.addListener(m_2852d314c34d502cd2ae76493253c4e5, 'click', function() {infowindow.open(map,m_2852d314c34d502cd2ae76493253c4e5);});$marker.push(m_2852d314c34d502cd2ae76493253c4e5);}});}google.maps.event.addDomListener(window, 'load', initialize);