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.828,-96.8719)};var g_302a4e4c54d52368722ed8a3794a202b = new google.maps.Geocoder();g_302a4e4c54d52368722ed8a3794a202b.geocode( { 'address': "8500 N Stemmons Fwy #4040, Dallas, TX 75247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-power-finance-texas').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-power-finance-texas'), mapOptions);}document.getElementById('6158a666').innerHTML += ' | View Map';var $l302a4e4c54d52368722ed8a3794a202b = '

Power Finance Texas

Address: 8500 N Stemmons Fwy #4040, Dallas, TX 75247, USA
Phone: (214) 637-2274
';var m_302a4e4c54d52368722ed8a3794a202b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Power Finance Texas',});m_302a4e4c54d52368722ed8a3794a202b['infowindow'] = new google.maps.InfoWindow({content: $l302a4e4c54d52368722ed8a3794a202b});var infowindow = new google.maps.InfoWindow({content: $l302a4e4c54d52368722ed8a3794a202b});google.maps.event.addListener(m_302a4e4c54d52368722ed8a3794a202b, 'click', function() {infowindow.open(map,m_302a4e4c54d52368722ed8a3794a202b);});$marker.push(m_302a4e4c54d52368722ed8a3794a202b);}});}google.maps.event.addDomListener(window, 'load', initialize);