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.3561,-95.3497)};var g_ccf8a75c2bd0cf1f6323e31e0496b4d6 = new google.maps.Geocoder();g_ccf8a75c2bd0cf1f6323e31e0496b4d6.geocode( { 'address': "115 Jordan Plaza Blvd #207, Tyler, TX 75704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tyler-TX-pfs-auto-finance').style.display = '';map = new google.maps.Map(document.getElementById('tyler-TX-pfs-auto-finance'), mapOptions);}document.getElementById('f63bc6a9').innerHTML += ' | View Map';var $lccf8a75c2bd0cf1f6323e31e0496b4d6 = '

PFS Auto Finance

Address: 115 Jordan Plaza Blvd #207, Tyler, TX 75704, USA
Phone: (903) 592-1900
';var m_ccf8a75c2bd0cf1f6323e31e0496b4d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PFS Auto Finance',});m_ccf8a75c2bd0cf1f6323e31e0496b4d6['infowindow'] = new google.maps.InfoWindow({content: $lccf8a75c2bd0cf1f6323e31e0496b4d6});var infowindow = new google.maps.InfoWindow({content: $lccf8a75c2bd0cf1f6323e31e0496b4d6});google.maps.event.addListener(m_ccf8a75c2bd0cf1f6323e31e0496b4d6, 'click', function() {infowindow.open(map,m_ccf8a75c2bd0cf1f6323e31e0496b4d6);});$marker.push(m_ccf8a75c2bd0cf1f6323e31e0496b4d6);}});}google.maps.event.addDomListener(window, 'load', initialize);