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.0546,-95.383)};var g_d27d4c6c3824c7c32c987a77fd10a475 = new google.maps.Geocoder();g_d27d4c6c3824c7c32c987a77fd10a475.geocode( { 'address': "9595 Six Pines Dr, Spring, TX 77380"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-TX-encore-bank').style.display = '';map = new google.maps.Map(document.getElementById('spring-TX-encore-bank'), mapOptions);}document.getElementById('cb1dc337').innerHTML += ' | View Map';var $ld27d4c6c3824c7c32c987a77fd10a475 = '

Encore Bank

Address: 9595 Six Pines Dr, Spring, TX 77380
Phone: (281) 298-2150
';var m_d27d4c6c3824c7c32c987a77fd10a475 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Encore Bank',});m_d27d4c6c3824c7c32c987a77fd10a475['infowindow'] = new google.maps.InfoWindow({content: $ld27d4c6c3824c7c32c987a77fd10a475});var infowindow = new google.maps.InfoWindow({content: $ld27d4c6c3824c7c32c987a77fd10a475});google.maps.event.addListener(m_d27d4c6c3824c7c32c987a77fd10a475, 'click', function() {infowindow.open(map,m_d27d4c6c3824c7c32c987a77fd10a475);});$marker.push(m_d27d4c6c3824c7c32c987a77fd10a475);}});}google.maps.event.addDomListener(window, 'load', initialize);