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.1999,-96.6401)};var g_84c6a0a2fffd28d1c02b35b714cab9d3 = new google.maps.Geocoder();g_84c6a0a2fffd28d1c02b35b714cab9d3.geocode( { 'address': "321 N Central Expy #305, McKinney, TX 75070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-advent-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-advent-mortgage'), mapOptions);}document.getElementById('2b640465').innerHTML += ' | View Map';var $l84c6a0a2fffd28d1c02b35b714cab9d3 = '

Advent Mortgage

Address: 321 N Central Expy #305, McKinney, TX 75070, USA
Phone: (972) 529-2178
';var m_84c6a0a2fffd28d1c02b35b714cab9d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advent Mortgage',});m_84c6a0a2fffd28d1c02b35b714cab9d3['infowindow'] = new google.maps.InfoWindow({content: $l84c6a0a2fffd28d1c02b35b714cab9d3});var infowindow = new google.maps.InfoWindow({content: $l84c6a0a2fffd28d1c02b35b714cab9d3});google.maps.event.addListener(m_84c6a0a2fffd28d1c02b35b714cab9d3, 'click', function() {infowindow.open(map,m_84c6a0a2fffd28d1c02b35b714cab9d3);});$marker.push(m_84c6a0a2fffd28d1c02b35b714cab9d3);}});}google.maps.event.addDomListener(window, 'load', initialize);