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(33.2239,-97.7624)};var g_cc257f99e6d958aefc50f4aff3a5aefd = new google.maps.Geocoder();g_cc257f99e6d958aefc50f4aff3a5aefd.geocode( { 'address': "507 US-380, Bridgeport, TX 76426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeport-TX-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('bridgeport-TX-community-bank'), mapOptions);}document.getElementById('a99d37f0').innerHTML += ' | View Map';var $lcc257f99e6d958aefc50f4aff3a5aefd = '

Community Bank

Address: 507 US-380, Bridgeport, TX 76426, USA
Phone: (940) 683-4191
';var m_cc257f99e6d958aefc50f4aff3a5aefd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_cc257f99e6d958aefc50f4aff3a5aefd['infowindow'] = new google.maps.InfoWindow({content: $lcc257f99e6d958aefc50f4aff3a5aefd});var infowindow = new google.maps.InfoWindow({content: $lcc257f99e6d958aefc50f4aff3a5aefd});google.maps.event.addListener(m_cc257f99e6d958aefc50f4aff3a5aefd, 'click', function() {infowindow.open(map,m_cc257f99e6d958aefc50f4aff3a5aefd);});$marker.push(m_cc257f99e6d958aefc50f4aff3a5aefd);}});}google.maps.event.addDomListener(window, 'load', initialize);