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.0313,-96.7052)};var g_72480511999a056d1b9887eb7f7377ec = new google.maps.Geocoder();g_72480511999a056d1b9887eb7f7377ec.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-collins--arnove-bankruptcy').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-collins--arnove-bankruptcy'), mapOptions);}document.getElementById('98d5dc4e').innerHTML += ' | View Map';var $l72480511999a056d1b9887eb7f7377ec = '

Collins & Arnove Bankruptcy

Address: 555 Republic Dr #200, Plano, TX 75074, USA
Phone: (972) 516-4255
';var m_72480511999a056d1b9887eb7f7377ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Collins & Arnove Bankruptcy',});m_72480511999a056d1b9887eb7f7377ec['infowindow'] = new google.maps.InfoWindow({content: $l72480511999a056d1b9887eb7f7377ec});var infowindow = new google.maps.InfoWindow({content: $l72480511999a056d1b9887eb7f7377ec});google.maps.event.addListener(m_72480511999a056d1b9887eb7f7377ec, 'click', function() {infowindow.open(map,m_72480511999a056d1b9887eb7f7377ec);});$marker.push(m_72480511999a056d1b9887eb7f7377ec);}});}google.maps.event.addDomListener(window, 'load', initialize);