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.4966,-111.922)};var g_7535bbb91c8fde347ad861f293126633 = new google.maps.Geocoder();g_7535bbb91c8fde347ad861f293126633.geocode( { 'address': "4250 N Drinkwater Blvd #320, Scottsdale, AZ 85251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-mccarthy-law-plc').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-mccarthy-law-plc'), mapOptions);}document.getElementById('a2a73d70').innerHTML += ' | View Map';var $l7535bbb91c8fde347ad861f293126633 = '

McCarthy Law PLC

Address: 4250 N Drinkwater Blvd #320, Scottsdale, AZ 85251, USA
Phone: (855) 976-5777
';var m_7535bbb91c8fde347ad861f293126633 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McCarthy Law PLC',});m_7535bbb91c8fde347ad861f293126633['infowindow'] = new google.maps.InfoWindow({content: $l7535bbb91c8fde347ad861f293126633});var infowindow = new google.maps.InfoWindow({content: $l7535bbb91c8fde347ad861f293126633});google.maps.event.addListener(m_7535bbb91c8fde347ad861f293126633, 'click', function() {infowindow.open(map,m_7535bbb91c8fde347ad861f293126633);});$marker.push(m_7535bbb91c8fde347ad861f293126633);}});}google.maps.event.addDomListener(window, 'load', initialize);