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(33.04,-96.8316)};var g_515bc32c7ae9cf573517f2152303a3e6 = new google.maps.Geocoder();g_515bc32c7ae9cf573517f2152303a3e6.geocode( { 'address': "2901 North Dallas Parkway, Suite 100, Plano, TX 75093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-todd-frank-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-todd-frank-home-loans'), mapOptions);}document.getElementById('0c927302').innerHTML += ' | View Map';var $l515bc32c7ae9cf573517f2152303a3e6 = '

Todd Frank Home Loans

Address: 2901 North Dallas Parkway, Suite 100, Plano, TX 75093, USA
Phone: (972) 246-8633
';var m_515bc32c7ae9cf573517f2152303a3e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Todd Frank Home Loans',});m_515bc32c7ae9cf573517f2152303a3e6['infowindow'] = new google.maps.InfoWindow({content: $l515bc32c7ae9cf573517f2152303a3e6});var infowindow = new google.maps.InfoWindow({content: $l515bc32c7ae9cf573517f2152303a3e6});google.maps.event.addListener(m_515bc32c7ae9cf573517f2152303a3e6, 'click', function() {infowindow.open(map,m_515bc32c7ae9cf573517f2152303a3e6);});$marker.push(m_515bc32c7ae9cf573517f2152303a3e6);}});}google.maps.event.addDomListener(window, 'load', initialize);