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.0714,-94.1032)};var g_c52f0d9f8fb84ea294975f6b595d5308 = new google.maps.Geocoder();g_c52f0d9f8fb84ea294975f6b595d5308.geocode( { 'address': "Beaumont, TX 77701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaumont-TX-compass-bank').style.display = '';map = new google.maps.Map(document.getElementById('beaumont-TX-compass-bank'), mapOptions);}document.getElementById('89a60ae3').innerHTML += ' | View Map';var $lc52f0d9f8fb84ea294975f6b595d5308 = '

Compass Bank

Address: Beaumont, TX 77701
Phone: (409) 246-8595
';var m_c52f0d9f8fb84ea294975f6b595d5308 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Compass Bank',});m_c52f0d9f8fb84ea294975f6b595d5308['infowindow'] = new google.maps.InfoWindow({content: $lc52f0d9f8fb84ea294975f6b595d5308});var infowindow = new google.maps.InfoWindow({content: $lc52f0d9f8fb84ea294975f6b595d5308});google.maps.event.addListener(m_c52f0d9f8fb84ea294975f6b595d5308, 'click', function() {infowindow.open(map,m_c52f0d9f8fb84ea294975f6b595d5308);});$marker.push(m_c52f0d9f8fb84ea294975f6b595d5308);}});}google.maps.event.addDomListener(window, 'load', initialize);