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.8521,-117.794)};var g_21ce2b6c02d86a56f62e05e1a1bacf61 = new google.maps.Geocoder();g_21ce2b6c02d86a56f62e05e1a1bacf61.geocode( { 'address': "5505 E Santa Ana Rd, #18201, Anaheim, CA 92817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anaheim-CA-agm-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('anaheim-CA-agm-credit-solutions'), mapOptions);}document.getElementById('c16d98b2').innerHTML += ' | View Map';var $l21ce2b6c02d86a56f62e05e1a1bacf61 = '

AGM Credit Solutions

Address: 5505 E Santa Ana Rd, #18201, Anaheim, CA 92817, USA
Phone: (714) 463-4072
';var m_21ce2b6c02d86a56f62e05e1a1bacf61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AGM Credit Solutions',});m_21ce2b6c02d86a56f62e05e1a1bacf61['infowindow'] = new google.maps.InfoWindow({content: $l21ce2b6c02d86a56f62e05e1a1bacf61});var infowindow = new google.maps.InfoWindow({content: $l21ce2b6c02d86a56f62e05e1a1bacf61});google.maps.event.addListener(m_21ce2b6c02d86a56f62e05e1a1bacf61, 'click', function() {infowindow.open(map,m_21ce2b6c02d86a56f62e05e1a1bacf61);});$marker.push(m_21ce2b6c02d86a56f62e05e1a1bacf61);}});}google.maps.event.addDomListener(window, 'load', initialize);