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.6495,-95.1687)};var g_23cc4269313b01d8b54219dfca035e1b = new google.maps.Geocoder();g_23cc4269313b01d8b54219dfca035e1b.geocode( { 'address': "4912 Fairmont Pkwy, Pasadena, TX 77505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pasadena-TX-beneficial').style.display = '';map = new google.maps.Map(document.getElementById('pasadena-TX-beneficial'), mapOptions);}document.getElementById('1167d192').innerHTML += ' | View Map';var $l23cc4269313b01d8b54219dfca035e1b = '

Beneficial

Address: 4912 Fairmont Pkwy, Pasadena, TX 77505, USA
Phone: (281) 998-7200
';var m_23cc4269313b01d8b54219dfca035e1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beneficial',});m_23cc4269313b01d8b54219dfca035e1b['infowindow'] = new google.maps.InfoWindow({content: $l23cc4269313b01d8b54219dfca035e1b});var infowindow = new google.maps.InfoWindow({content: $l23cc4269313b01d8b54219dfca035e1b});google.maps.event.addListener(m_23cc4269313b01d8b54219dfca035e1b, 'click', function() {infowindow.open(map,m_23cc4269313b01d8b54219dfca035e1b);});$marker.push(m_23cc4269313b01d8b54219dfca035e1b);}});}google.maps.event.addDomListener(window, 'load', initialize);