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.4312,-97.7621)};var g_3f4bd1f117b18afa131c48de15486652 = new google.maps.Geocoder();g_3f4bd1f117b18afa131c48de15486652.geocode( { 'address': "3301 Fall Creek Hwy, Granbury, TX 76049"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granbury-TX-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('granbury-TX-community-bank'), mapOptions);}document.getElementById('979895e3').innerHTML += ' | View Map';var $l3f4bd1f117b18afa131c48de15486652 = '

Community Bank

Address: 3301 Fall Creek Hwy, Granbury, TX 76049
Phone: (817) 326-3306
';var m_3f4bd1f117b18afa131c48de15486652 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_3f4bd1f117b18afa131c48de15486652['infowindow'] = new google.maps.InfoWindow({content: $l3f4bd1f117b18afa131c48de15486652});var infowindow = new google.maps.InfoWindow({content: $l3f4bd1f117b18afa131c48de15486652});google.maps.event.addListener(m_3f4bd1f117b18afa131c48de15486652, 'click', function() {infowindow.open(map,m_3f4bd1f117b18afa131c48de15486652);});$marker.push(m_3f4bd1f117b18afa131c48de15486652);}});}google.maps.event.addDomListener(window, 'load', initialize);