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.9097,-96.6824)};var g_cfaad40167659a444f4f85bf35a4cc50 = new google.maps.Geocoder();g_cfaad40167659a444f4f85bf35a4cc50.geocode( { 'address': "3425 Forest Ln, Garland, TX 75042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-TX-check-n-title-finance').style.display = '';map = new google.maps.Map(document.getElementById('garland-TX-check-n-title-finance'), mapOptions);}document.getElementById('2fe9fb2c').innerHTML += ' | View Map';var $lcfaad40167659a444f4f85bf35a4cc50 = '

Check-N-Title Finance

Address: 3425 Forest Ln, Garland, TX 75042, USA
Phone: (972) 487-0304
';var m_cfaad40167659a444f4f85bf35a4cc50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check-N-Title Finance',});m_cfaad40167659a444f4f85bf35a4cc50['infowindow'] = new google.maps.InfoWindow({content: $lcfaad40167659a444f4f85bf35a4cc50});var infowindow = new google.maps.InfoWindow({content: $lcfaad40167659a444f4f85bf35a4cc50});google.maps.event.addListener(m_cfaad40167659a444f4f85bf35a4cc50, 'click', function() {infowindow.open(map,m_cfaad40167659a444f4f85bf35a4cc50);});$marker.push(m_cfaad40167659a444f4f85bf35a4cc50);}});}google.maps.event.addDomListener(window, 'load', initialize);