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.7594,-97.3291)};var g_036932d4f044185b437c5b3392519584 = new google.maps.Geocoder();g_036932d4f044185b437c5b3392519584.geocode( { 'address': "3851 NE Loop 820, Fort Worth, TX 76137"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-summit-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-summit-community-bank'), mapOptions);}document.getElementById('7b64e372').innerHTML += ' | View Map';var $l036932d4f044185b437c5b3392519584 = '

Summit Community Bank

Address: 3851 NE Loop 820, Fort Worth, TX 76137
Phone: (817) 306-9277
';var m_036932d4f044185b437c5b3392519584 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Community Bank',});m_036932d4f044185b437c5b3392519584['infowindow'] = new google.maps.InfoWindow({content: $l036932d4f044185b437c5b3392519584});var infowindow = new google.maps.InfoWindow({content: $l036932d4f044185b437c5b3392519584});google.maps.event.addListener(m_036932d4f044185b437c5b3392519584, 'click', function() {infowindow.open(map,m_036932d4f044185b437c5b3392519584);});$marker.push(m_036932d4f044185b437c5b3392519584);}});}google.maps.event.addDomListener(window, 'load', initialize);