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.2756,-95.3407)};var g_cf7e4e52a148d66670e30a3b94735e72 = new google.maps.Geocoder();g_cf7e4e52a148d66670e30a3b94735e72.geocode( { 'address': "6643 Oak Hill Blvd, Tyler, TX 75703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tyler-TX-adams-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('tyler-TX-adams-financial-group'), mapOptions);}document.getElementById('0d53e60a').innerHTML += ' | View Map';var $lcf7e4e52a148d66670e30a3b94735e72 = '

Adams Financial Group

Address: 6643 Oak Hill Blvd, Tyler, TX 75703, USA
Phone: (903) 595-4236
';var m_cf7e4e52a148d66670e30a3b94735e72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adams Financial Group',});m_cf7e4e52a148d66670e30a3b94735e72['infowindow'] = new google.maps.InfoWindow({content: $lcf7e4e52a148d66670e30a3b94735e72});var infowindow = new google.maps.InfoWindow({content: $lcf7e4e52a148d66670e30a3b94735e72});google.maps.event.addListener(m_cf7e4e52a148d66670e30a3b94735e72, 'click', function() {infowindow.open(map,m_cf7e4e52a148d66670e30a3b94735e72);});$marker.push(m_cf7e4e52a148d66670e30a3b94735e72);}});}google.maps.event.addDomListener(window, 'load', initialize);