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.0262,-96.7113)};var g_2364811080f41504fb03fcad2671435a = new google.maps.Geocoder();g_2364811080f41504fb03fcad2671435a.geocode( { 'address': "200 Chisholm Pl #250, Plano, TX 75075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-white-jacobs--associates').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-white-jacobs--associates'), mapOptions);}document.getElementById('2216f64f').innerHTML += ' | View Map';var $l2364811080f41504fb03fcad2671435a = '

White, Jacobs & Associates

Address: 200 Chisholm Pl #250, Plano, TX 75075, USA
Phone: (972) 231-0452
';var m_2364811080f41504fb03fcad2671435a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'White, Jacobs & Associates',});m_2364811080f41504fb03fcad2671435a['infowindow'] = new google.maps.InfoWindow({content: $l2364811080f41504fb03fcad2671435a});var infowindow = new google.maps.InfoWindow({content: $l2364811080f41504fb03fcad2671435a});google.maps.event.addListener(m_2364811080f41504fb03fcad2671435a, 'click', function() {infowindow.open(map,m_2364811080f41504fb03fcad2671435a);});$marker.push(m_2364811080f41504fb03fcad2671435a);}});}google.maps.event.addDomListener(window, 'load', initialize);