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.7214,-96.8321)};var g_ba78c3b9f20ea705793026966ef6a1ae = new google.maps.Geocoder();g_ba78c3b9f20ea705793026966ef6a1ae.geocode( { 'address': "116 Wynnewood Plaza, Dallas, TX 75224, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-personal-finance').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-personal-finance'), mapOptions);}document.getElementById('f3639055').innerHTML += ' | View Map';var $lba78c3b9f20ea705793026966ef6a1ae = '

Personal Finance

Address: 116 Wynnewood Plaza, Dallas, TX 75224, USA
Phone: (214) 941-3992
';var m_ba78c3b9f20ea705793026966ef6a1ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Personal Finance',});m_ba78c3b9f20ea705793026966ef6a1ae['infowindow'] = new google.maps.InfoWindow({content: $lba78c3b9f20ea705793026966ef6a1ae});var infowindow = new google.maps.InfoWindow({content: $lba78c3b9f20ea705793026966ef6a1ae});google.maps.event.addListener(m_ba78c3b9f20ea705793026966ef6a1ae, 'click', function() {infowindow.open(map,m_ba78c3b9f20ea705793026966ef6a1ae);});$marker.push(m_ba78c3b9f20ea705793026966ef6a1ae);}});}google.maps.event.addDomListener(window, 'load', initialize);