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(27.2253,-98.1448)};var g_b97cea3ddcf73c2feaf39c26dc851a50 = new google.maps.Geocoder();g_b97cea3ddcf73c2feaf39c26dc851a50.geocode( { 'address': "214 S St Marys St, Falfurrias, TX 78355, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('falfurrias-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('falfurrias-TX-world-finance-corporation'), mapOptions);}document.getElementById('349b4829').innerHTML += ' | View Map';var $lb97cea3ddcf73c2feaf39c26dc851a50 = '

World Finance Corporation

Address: 214 S St Marys St, Falfurrias, TX 78355, USA
Phone: (361) 325-4160
';var m_b97cea3ddcf73c2feaf39c26dc851a50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_b97cea3ddcf73c2feaf39c26dc851a50['infowindow'] = new google.maps.InfoWindow({content: $lb97cea3ddcf73c2feaf39c26dc851a50});var infowindow = new google.maps.InfoWindow({content: $lb97cea3ddcf73c2feaf39c26dc851a50});google.maps.event.addListener(m_b97cea3ddcf73c2feaf39c26dc851a50, 'click', function() {infowindow.open(map,m_b97cea3ddcf73c2feaf39c26dc851a50);});$marker.push(m_b97cea3ddcf73c2feaf39c26dc851a50);}});}google.maps.event.addDomListener(window, 'load', initialize);