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.4071,-99.769)};var g_ae024f2e93369ba0852367b989c3cb73 = new google.maps.Geocoder();g_ae024f2e93369ba0852367b989c3cb73.geocode( { 'address': "2 Village Dr # 100, Abilene, TX 79606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abilene-TX-city-bank-texas').style.display = '';map = new google.maps.Map(document.getElementById('abilene-TX-city-bank-texas'), mapOptions);}document.getElementById('7a0f7d82').innerHTML += ' | View Map';var $lae024f2e93369ba0852367b989c3cb73 = '

City Bank Texas

Address: 2 Village Dr # 100, Abilene, TX 79606, USA
Phone: (325) 698-9597
';var m_ae024f2e93369ba0852367b989c3cb73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Bank Texas',});m_ae024f2e93369ba0852367b989c3cb73['infowindow'] = new google.maps.InfoWindow({content: $lae024f2e93369ba0852367b989c3cb73});var infowindow = new google.maps.InfoWindow({content: $lae024f2e93369ba0852367b989c3cb73});google.maps.event.addListener(m_ae024f2e93369ba0852367b989c3cb73, 'click', function() {infowindow.open(map,m_ae024f2e93369ba0852367b989c3cb73);});$marker.push(m_ae024f2e93369ba0852367b989c3cb73);}});}google.maps.event.addDomListener(window, 'load', initialize);