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(33.6277,-97.1329)};var g_6d9d886a011ba2943c31f5c27e1bb80b = new google.maps.Geocoder();g_6d9d886a011ba2943c31f5c27e1bb80b.geocode( { 'address': "406 N Grand Ave Suite 104, Gainesville, TX 76240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-TX-world-finance-corporation'), mapOptions);}document.getElementById('42b2dc53').innerHTML += ' | View Map';var $l6d9d886a011ba2943c31f5c27e1bb80b = '

World Finance Corporation

Address: 406 N Grand Ave Suite 104, Gainesville, TX 76240, USA
Phone: (940) 668-8838
';var m_6d9d886a011ba2943c31f5c27e1bb80b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_6d9d886a011ba2943c31f5c27e1bb80b['infowindow'] = new google.maps.InfoWindow({content: $l6d9d886a011ba2943c31f5c27e1bb80b});var infowindow = new google.maps.InfoWindow({content: $l6d9d886a011ba2943c31f5c27e1bb80b});google.maps.event.addListener(m_6d9d886a011ba2943c31f5c27e1bb80b, 'click', function() {infowindow.open(map,m_6d9d886a011ba2943c31f5c27e1bb80b);});$marker.push(m_6d9d886a011ba2943c31f5c27e1bb80b);}});}google.maps.event.addDomListener(window, 'load', initialize);