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.8598,-117.957)};var g_c73c0afbc1380d04a0d777cfe6e6b661 = new google.maps.Geocoder();g_c73c0afbc1380d04a0d777cfe6e6b661.geocode( { 'address': "1651 W Orangethorpe Ave, Fullerton, CA 92833, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fullerton-CA-kim-loan-restaurant').style.display = '';map = new google.maps.Map(document.getElementById('fullerton-CA-kim-loan-restaurant'), mapOptions);}document.getElementById('4612488d').innerHTML += ' | View Map';var $lc73c0afbc1380d04a0d777cfe6e6b661 = '

Kim Loan Restaurant

Address: 1651 W Orangethorpe Ave, Fullerton, CA 92833, USA
Phone: (714) 773-0374
';var m_c73c0afbc1380d04a0d777cfe6e6b661 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kim Loan Restaurant',});m_c73c0afbc1380d04a0d777cfe6e6b661['infowindow'] = new google.maps.InfoWindow({content: $lc73c0afbc1380d04a0d777cfe6e6b661});var infowindow = new google.maps.InfoWindow({content: $lc73c0afbc1380d04a0d777cfe6e6b661});google.maps.event.addListener(m_c73c0afbc1380d04a0d777cfe6e6b661, 'click', function() {infowindow.open(map,m_c73c0afbc1380d04a0d777cfe6e6b661);});$marker.push(m_c73c0afbc1380d04a0d777cfe6e6b661);}});}google.maps.event.addDomListener(window, 'load', initialize);