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.5837,-111.974)};var g_7d21bbfa846801f35e39fdaf43e41f34 = new google.maps.Geocoder();g_7d21bbfa846801f35e39fdaf43e41f34.geocode( { 'address': "10645 N Tatum Blvd #200, Phoenix, AZ 85028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-mayfield-settlement-funding').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-mayfield-settlement-funding'), mapOptions);}document.getElementById('d66e15cf').innerHTML += ' | View Map';var $l7d21bbfa846801f35e39fdaf43e41f34 = '

Mayfield Settlement Funding

Address: 10645 N Tatum Blvd #200, Phoenix, AZ 85028, USA
Phone: (888) 800-8400
';var m_7d21bbfa846801f35e39fdaf43e41f34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mayfield Settlement Funding',});m_7d21bbfa846801f35e39fdaf43e41f34['infowindow'] = new google.maps.InfoWindow({content: $l7d21bbfa846801f35e39fdaf43e41f34});var infowindow = new google.maps.InfoWindow({content: $l7d21bbfa846801f35e39fdaf43e41f34});google.maps.event.addListener(m_7d21bbfa846801f35e39fdaf43e41f34, 'click', function() {infowindow.open(map,m_7d21bbfa846801f35e39fdaf43e41f34);});$marker.push(m_7d21bbfa846801f35e39fdaf43e41f34);}});}google.maps.event.addDomListener(window, 'load', initialize);