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.495,-94.7366)};var g_a42b8c857ea660fe1996689b47c712e1 = new google.maps.Geocoder();g_a42b8c857ea660fe1996689b47c712e1.geocode( { 'address': "208 N Green St #400, Longview, TX 75601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longview-TX-deason-financial-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('longview-TX-deason-financial-group-llc'), mapOptions);}document.getElementById('886e208c').innerHTML += ' | View Map';var $la42b8c857ea660fe1996689b47c712e1 = '

Deason Financial Group LLC

Address: 208 N Green St #400, Longview, TX 75601, USA
Phone: (903) 553-0700
';var m_a42b8c857ea660fe1996689b47c712e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Deason Financial Group LLC',});m_a42b8c857ea660fe1996689b47c712e1['infowindow'] = new google.maps.InfoWindow({content: $la42b8c857ea660fe1996689b47c712e1});var infowindow = new google.maps.InfoWindow({content: $la42b8c857ea660fe1996689b47c712e1});google.maps.event.addListener(m_a42b8c857ea660fe1996689b47c712e1, 'click', function() {infowindow.open(map,m_a42b8c857ea660fe1996689b47c712e1);});$marker.push(m_a42b8c857ea660fe1996689b47c712e1);}});}google.maps.event.addDomListener(window, 'load', initialize);