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.436,-97.7682)};var g_7f8397c8591740f28988f3eeda3e0fff = new google.maps.Geocoder();g_7f8397c8591740f28988f3eeda3e0fff.geocode( { 'address': "1327 Plaza Dr N, Granbury, TX 76048, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granbury-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('granbury-TX-world-finance-corporation'), mapOptions);}document.getElementById('3fb59129').innerHTML += ' | View Map';var $l7f8397c8591740f28988f3eeda3e0fff = '

World Finance Corporation

Address: 1327 Plaza Dr N, Granbury, TX 76048, USA
Phone: (817) 408-3565
';var m_7f8397c8591740f28988f3eeda3e0fff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_7f8397c8591740f28988f3eeda3e0fff['infowindow'] = new google.maps.InfoWindow({content: $l7f8397c8591740f28988f3eeda3e0fff});var infowindow = new google.maps.InfoWindow({content: $l7f8397c8591740f28988f3eeda3e0fff});google.maps.event.addListener(m_7f8397c8591740f28988f3eeda3e0fff, 'click', function() {infowindow.open(map,m_7f8397c8591740f28988f3eeda3e0fff);});$marker.push(m_7f8397c8591740f28988f3eeda3e0fff);}});}google.maps.event.addDomListener(window, 'load', initialize);