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.8412,-117.956)};var g_4dd9cec1c21bc54eecb53786a2c5fa09 = new google.maps.Geocoder();g_4dd9cec1c21bc54eecb53786a2c5fa09.geocode( { 'address': "700 N Valley St b, Anaheim, CA 92801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anaheim-CA-north-star-advance').style.display = '';map = new google.maps.Map(document.getElementById('anaheim-CA-north-star-advance'), mapOptions);}document.getElementById('7e517b78').innerHTML += ' | View Map';var $l4dd9cec1c21bc54eecb53786a2c5fa09 = '

North Star Advance

Address: 700 N Valley St b, Anaheim, CA 92801, USA
Phone: (888) 574-1806
';var m_4dd9cec1c21bc54eecb53786a2c5fa09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Star Advance',});m_4dd9cec1c21bc54eecb53786a2c5fa09['infowindow'] = new google.maps.InfoWindow({content: $l4dd9cec1c21bc54eecb53786a2c5fa09});var infowindow = new google.maps.InfoWindow({content: $l4dd9cec1c21bc54eecb53786a2c5fa09});google.maps.event.addListener(m_4dd9cec1c21bc54eecb53786a2c5fa09, 'click', function() {infowindow.open(map,m_4dd9cec1c21bc54eecb53786a2c5fa09);});$marker.push(m_4dd9cec1c21bc54eecb53786a2c5fa09);}});}google.maps.event.addDomListener(window, 'load', initialize);