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.6909,-95.2117)};var g_c56a022b15250525f8b9bdfc41a13152 = new google.maps.Geocoder();g_c56a022b15250525f8b9bdfc41a13152.geocode( { 'address': "126 Southmore Ave, Pasadena, TX 77502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pasadena-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('pasadena-TX-world-finance-corporation'), mapOptions);}document.getElementById('9a5b6917').innerHTML += ' | View Map';var $lc56a022b15250525f8b9bdfc41a13152 = '

World Finance Corporation

Address: 126 Southmore Ave, Pasadena, TX 77502, USA
Phone: (713) 472-0621
';var m_c56a022b15250525f8b9bdfc41a13152 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_c56a022b15250525f8b9bdfc41a13152['infowindow'] = new google.maps.InfoWindow({content: $lc56a022b15250525f8b9bdfc41a13152});var infowindow = new google.maps.InfoWindow({content: $lc56a022b15250525f8b9bdfc41a13152});google.maps.event.addListener(m_c56a022b15250525f8b9bdfc41a13152, 'click', function() {infowindow.open(map,m_c56a022b15250525f8b9bdfc41a13152);});$marker.push(m_c56a022b15250525f8b9bdfc41a13152);}});}google.maps.event.addDomListener(window, 'load', initialize);