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.3061,-96.8976)};var g_b6ba649a436fcc1bd78d1874ab645bda = new google.maps.Geocoder();g_b6ba649a436fcc1bd78d1874ab645bda.geocode( { 'address': "118 Live Oak St, Marlin, TX 76661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marlin-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('marlin-TX-world-finance-corporation'), mapOptions);}document.getElementById('59e40728').innerHTML += ' | View Map';var $lb6ba649a436fcc1bd78d1874ab645bda = '

World Finance Corporation

Address: 118 Live Oak St, Marlin, TX 76661, USA
Phone: (254) 883-3151
';var m_b6ba649a436fcc1bd78d1874ab645bda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_b6ba649a436fcc1bd78d1874ab645bda['infowindow'] = new google.maps.InfoWindow({content: $lb6ba649a436fcc1bd78d1874ab645bda});var infowindow = new google.maps.InfoWindow({content: $lb6ba649a436fcc1bd78d1874ab645bda});google.maps.event.addListener(m_b6ba649a436fcc1bd78d1874ab645bda, 'click', function() {infowindow.open(map,m_b6ba649a436fcc1bd78d1874ab645bda);});$marker.push(m_b6ba649a436fcc1bd78d1874ab645bda);}});}google.maps.event.addDomListener(window, 'load', initialize);