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(34.0392,-118.467)};var g_254fa7691a1ca09ccdceaf216a7afc13 = new google.maps.Geocoder();g_254fa7691a1ca09ccdceaf216a7afc13.geocode( { 'address': "12335 California Route 2 #310, Los Angeles, CA 90025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-accept-credit-cards-and-merchant-accounts---ndms').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-accept-credit-cards-and-merchant-accounts---ndms'), mapOptions);}document.getElementById('791ddae2').innerHTML += ' | View Map';var $l254fa7691a1ca09ccdceaf216a7afc13 = '

Accept Credit Cards and Merchant Accounts - NDMS

Address: 12335 California Route 2 #310, Los Angeles, CA 90025, USA
Phone: (818) 584-6878
';var m_254fa7691a1ca09ccdceaf216a7afc13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Accept Credit Cards and Merchant Accounts - NDMS',});m_254fa7691a1ca09ccdceaf216a7afc13['infowindow'] = new google.maps.InfoWindow({content: $l254fa7691a1ca09ccdceaf216a7afc13});var infowindow = new google.maps.InfoWindow({content: $l254fa7691a1ca09ccdceaf216a7afc13});google.maps.event.addListener(m_254fa7691a1ca09ccdceaf216a7afc13, 'click', function() {infowindow.open(map,m_254fa7691a1ca09ccdceaf216a7afc13);});$marker.push(m_254fa7691a1ca09ccdceaf216a7afc13);}});}google.maps.event.addDomListener(window, 'load', initialize);