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(30.0953,-93.7652)};var g_0cb645dfa08d3e7168b2cda2978aeb89 = new google.maps.Geocoder();g_0cb645dfa08d3e7168b2cda2978aeb89.geocode( { 'address': "57 Strickland Dr, Orange, TX 77630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-TX-bridge-city-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('orange-TX-bridge-city-state-bank'), mapOptions);}document.getElementById('d952f393').innerHTML += ' | View Map';var $l0cb645dfa08d3e7168b2cda2978aeb89 = '

Bridge City State Bank

Address: 57 Strickland Dr, Orange, TX 77630, USA
Phone: (409) 988-7830
';var m_0cb645dfa08d3e7168b2cda2978aeb89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bridge City State Bank',});m_0cb645dfa08d3e7168b2cda2978aeb89['infowindow'] = new google.maps.InfoWindow({content: $l0cb645dfa08d3e7168b2cda2978aeb89});var infowindow = new google.maps.InfoWindow({content: $l0cb645dfa08d3e7168b2cda2978aeb89});google.maps.event.addListener(m_0cb645dfa08d3e7168b2cda2978aeb89, 'click', function() {infowindow.open(map,m_0cb645dfa08d3e7168b2cda2978aeb89);});$marker.push(m_0cb645dfa08d3e7168b2cda2978aeb89);}});}google.maps.event.addDomListener(window, 'load', initialize);