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.0379,-96.6984)};var g_ba864753a45f620c697c889f875ac173 = new google.maps.Geocoder();g_ba864753a45f620c697c889f875ac173.geocode( { 'address': "3300 K Ave #100, Plano, TX 75074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-pls-insurance').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-pls-insurance'), mapOptions);}document.getElementById('7862cd33').innerHTML += ' | View Map';var $lba864753a45f620c697c889f875ac173 = '

PLS Insurance

Address: 3300 K Ave #100, Plano, TX 75074, USA
Phone: (972) 509-5800
';var m_ba864753a45f620c697c889f875ac173 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PLS Insurance',});m_ba864753a45f620c697c889f875ac173['infowindow'] = new google.maps.InfoWindow({content: $lba864753a45f620c697c889f875ac173});var infowindow = new google.maps.InfoWindow({content: $lba864753a45f620c697c889f875ac173});google.maps.event.addListener(m_ba864753a45f620c697c889f875ac173, 'click', function() {infowindow.open(map,m_ba864753a45f620c697c889f875ac173);});$marker.push(m_ba864753a45f620c697c889f875ac173);}});}google.maps.event.addDomListener(window, 'load', initialize);