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.7827,-96.7909)};var g_b0711a154aa7ceb9768d7ef9f7f6a9df = new google.maps.Geocoder();g_b0711a154aa7ceb9768d7ef9f7f6a9df.geocode( { 'address': "100 N Central Expy Ste.815, Dallas, TX 75201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-stafford-financial-and-insurance-services').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-stafford-financial-and-insurance-services'), mapOptions);}document.getElementById('e9e113e4').innerHTML += ' | View Map';var $lb0711a154aa7ceb9768d7ef9f7f6a9df = '

Stafford Financial and Insurance Services

Address: 100 N Central Expy Ste.815, Dallas, TX 75201, USA
Phone: (214) 915-0323
';var m_b0711a154aa7ceb9768d7ef9f7f6a9df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stafford Financial and Insurance Services',});m_b0711a154aa7ceb9768d7ef9f7f6a9df['infowindow'] = new google.maps.InfoWindow({content: $lb0711a154aa7ceb9768d7ef9f7f6a9df});var infowindow = new google.maps.InfoWindow({content: $lb0711a154aa7ceb9768d7ef9f7f6a9df});google.maps.event.addListener(m_b0711a154aa7ceb9768d7ef9f7f6a9df, 'click', function() {infowindow.open(map,m_b0711a154aa7ceb9768d7ef9f7f6a9df);});$marker.push(m_b0711a154aa7ceb9768d7ef9f7f6a9df);}});}google.maps.event.addDomListener(window, 'load', initialize);