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(32.6639,-95.4897)};var g_64d4f6639c0f1569f2b3736cdc947a69 = new google.maps.Geocoder();g_64d4f6639c0f1569f2b3736cdc947a69.geocode( { 'address': "110 W Broad St, Mineola, TX 75773, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mineola-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('mineola-TX-world-finance-corporation'), mapOptions);}document.getElementById('9d169826').innerHTML += ' | View Map';var $l64d4f6639c0f1569f2b3736cdc947a69 = '

World Finance Corporation

Address: 110 W Broad St, Mineola, TX 75773, USA
Phone: (903) 569-2014
';var m_64d4f6639c0f1569f2b3736cdc947a69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_64d4f6639c0f1569f2b3736cdc947a69['infowindow'] = new google.maps.InfoWindow({content: $l64d4f6639c0f1569f2b3736cdc947a69});var infowindow = new google.maps.InfoWindow({content: $l64d4f6639c0f1569f2b3736cdc947a69});google.maps.event.addListener(m_64d4f6639c0f1569f2b3736cdc947a69, 'click', function() {infowindow.open(map,m_64d4f6639c0f1569f2b3736cdc947a69);});$marker.push(m_64d4f6639c0f1569f2b3736cdc947a69);}});}google.maps.event.addDomListener(window, 'load', initialize);