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.0312,-96.7052)};var g_aefe4c904f7a3975dfe0d294d44e4677 = new google.maps.Geocoder();g_aefe4c904f7a3975dfe0d294d44e4677.geocode( { 'address': "555 Republic Dr #200, Plano, TX 75074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-butler-consultants').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-butler-consultants'), mapOptions);}document.getElementById('98d5dc4e').innerHTML += ' | View Map';var $laefe4c904f7a3975dfe0d294d44e4677 = '

Butler Consultants

Address: 555 Republic Dr #200, Plano, TX 75074, USA
Phone: (800) 984-7639
';var m_aefe4c904f7a3975dfe0d294d44e4677 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Butler Consultants',});m_aefe4c904f7a3975dfe0d294d44e4677['infowindow'] = new google.maps.InfoWindow({content: $laefe4c904f7a3975dfe0d294d44e4677});var infowindow = new google.maps.InfoWindow({content: $laefe4c904f7a3975dfe0d294d44e4677});google.maps.event.addListener(m_aefe4c904f7a3975dfe0d294d44e4677, 'click', function() {infowindow.open(map,m_aefe4c904f7a3975dfe0d294d44e4677);});$marker.push(m_aefe4c904f7a3975dfe0d294d44e4677);}});}google.maps.event.addDomListener(window, 'load', initialize);