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.3405,-95.0735)};var g_676403a3203b3e8382a16ce148549f1f = new google.maps.Geocoder();g_676403a3203b3e8382a16ce148549f1f.geocode( { 'address': "1212 E Houston St, Cleveland, TX 77327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-TX-world-finance-corporation'), mapOptions);}document.getElementById('0121aab0').innerHTML += ' | View Map';var $l676403a3203b3e8382a16ce148549f1f = '

World Finance Corporation

Address: 1212 E Houston St, Cleveland, TX 77327, USA
Phone: (281) 432-2800
';var m_676403a3203b3e8382a16ce148549f1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_676403a3203b3e8382a16ce148549f1f['infowindow'] = new google.maps.InfoWindow({content: $l676403a3203b3e8382a16ce148549f1f});var infowindow = new google.maps.InfoWindow({content: $l676403a3203b3e8382a16ce148549f1f});google.maps.event.addListener(m_676403a3203b3e8382a16ce148549f1f, 'click', function() {infowindow.open(map,m_676403a3203b3e8382a16ce148549f1f);});$marker.push(m_676403a3203b3e8382a16ce148549f1f);}});}google.maps.event.addDomListener(window, 'load', initialize);