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.3096,-95.3012)};var g_2f2d48064f39b473234d59790c132658 = new google.maps.Geocoder();g_2f2d48064f39b473234d59790c132658.geocode( { 'address': "3535 S Broadway Ave, Tyler, TX 75701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tyler-TX-mcafee-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('tyler-TX-mcafee-mortgage'), mapOptions);}document.getElementById('06bea73d').innerHTML += ' | View Map';var $l2f2d48064f39b473234d59790c132658 = '

Mcafee Mortgage

Address: 3535 S Broadway Ave, Tyler, TX 75701, USA
Phone: (903) 509-0900
';var m_2f2d48064f39b473234d59790c132658 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mcafee Mortgage',});m_2f2d48064f39b473234d59790c132658['infowindow'] = new google.maps.InfoWindow({content: $l2f2d48064f39b473234d59790c132658});var infowindow = new google.maps.InfoWindow({content: $l2f2d48064f39b473234d59790c132658});google.maps.event.addListener(m_2f2d48064f39b473234d59790c132658, 'click', function() {infowindow.open(map,m_2f2d48064f39b473234d59790c132658);});$marker.push(m_2f2d48064f39b473234d59790c132658);}});}google.maps.event.addDomListener(window, 'load', initialize);