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(29.6276,-95.6356)};var g_d12044bedb2a28f8c28e17d451c2fa41 = new google.maps.Geocoder();g_d12044bedb2a28f8c28e17d451c2fa41.geocode( { 'address': "4647 Sweetwater Blvd, STE A, Sugar Land, TX 77479"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-land-TX-encore-bank').style.display = '';map = new google.maps.Map(document.getElementById('sugar-land-TX-encore-bank'), mapOptions);}document.getElementById('1a932d0f').innerHTML += ' | View Map';var $ld12044bedb2a28f8c28e17d451c2fa41 = '

Encore Bank

Address: 4647 Sweetwater Blvd, STE A, Sugar Land, TX 77479
Phone: (281) 313-0194
';var m_d12044bedb2a28f8c28e17d451c2fa41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Encore Bank',});m_d12044bedb2a28f8c28e17d451c2fa41['infowindow'] = new google.maps.InfoWindow({content: $ld12044bedb2a28f8c28e17d451c2fa41});var infowindow = new google.maps.InfoWindow({content: $ld12044bedb2a28f8c28e17d451c2fa41});google.maps.event.addListener(m_d12044bedb2a28f8c28e17d451c2fa41, 'click', function() {infowindow.open(map,m_d12044bedb2a28f8c28e17d451c2fa41);});$marker.push(m_d12044bedb2a28f8c28e17d451c2fa41);}});}google.maps.event.addDomListener(window, 'load', initialize);