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.7087,-97.0112)};var g_0afee9e638fcf2755b174b86db4fc734 = new google.maps.Geocoder();g_0afee9e638fcf2755b174b86db4fc734.geocode( { 'address': "525 W Pioneer Pkwy #549, Grand Prairie, TX 75051, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-prairie-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('grand-prairie-TX-world-finance-corporation'), mapOptions);}document.getElementById('7e4fd1ab').innerHTML += ' | View Map';var $l0afee9e638fcf2755b174b86db4fc734 = '

World Finance Corporation

Address: 525 W Pioneer Pkwy #549, Grand Prairie, TX 75051, USA
Phone: (972) 263-7247
';var m_0afee9e638fcf2755b174b86db4fc734 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_0afee9e638fcf2755b174b86db4fc734['infowindow'] = new google.maps.InfoWindow({content: $l0afee9e638fcf2755b174b86db4fc734});var infowindow = new google.maps.InfoWindow({content: $l0afee9e638fcf2755b174b86db4fc734});google.maps.event.addListener(m_0afee9e638fcf2755b174b86db4fc734, 'click', function() {infowindow.open(map,m_0afee9e638fcf2755b174b86db4fc734);});$marker.push(m_0afee9e638fcf2755b174b86db4fc734);}});}google.maps.event.addDomListener(window, 'load', initialize);