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(31.8145,-94.1973)};var g_bc81cca80dfca99f36a7d5ea693849e8 = new google.maps.Geocoder();g_bc81cca80dfca99f36a7d5ea693849e8.geocode( { 'address': "1127 Hurst St, Center, TX 75935, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('center-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('center-TX-world-finance-corporation'), mapOptions);}document.getElementById('22483ba0').innerHTML += ' | View Map';var $lbc81cca80dfca99f36a7d5ea693849e8 = '

World Finance Corporation

Address: 1127 Hurst St, Center, TX 75935, USA
Phone: (936) 598-6660
';var m_bc81cca80dfca99f36a7d5ea693849e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_bc81cca80dfca99f36a7d5ea693849e8['infowindow'] = new google.maps.InfoWindow({content: $lbc81cca80dfca99f36a7d5ea693849e8});var infowindow = new google.maps.InfoWindow({content: $lbc81cca80dfca99f36a7d5ea693849e8});google.maps.event.addListener(m_bc81cca80dfca99f36a7d5ea693849e8, 'click', function() {infowindow.open(map,m_bc81cca80dfca99f36a7d5ea693849e8);});$marker.push(m_bc81cca80dfca99f36a7d5ea693849e8);}});}google.maps.event.addDomListener(window, 'load', initialize);