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.1446,-118.39)};var g_b2fedcd622d9e09cf0e3ac7343f82b2f = new google.maps.Geocoder();g_b2fedcd622d9e09cf0e3ac7343f82b2f.geocode( { 'address': "11684 Ventura Blvd, Studio City, CA 91604"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('studio-city-CA-innovative-currency-llc').style.display = '';map = new google.maps.Map(document.getElementById('studio-city-CA-innovative-currency-llc'), mapOptions);}document.getElementById('e60393d1').innerHTML += ' | View Map';var $lb2fedcd622d9e09cf0e3ac7343f82b2f = '

Innovative Currency, Llc.

Address: 11684 Ventura Blvd, Studio City, CA 91604
Phone: (323) 301-1409
';var m_b2fedcd622d9e09cf0e3ac7343f82b2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Innovative Currency, Llc.',});m_b2fedcd622d9e09cf0e3ac7343f82b2f['infowindow'] = new google.maps.InfoWindow({content: $lb2fedcd622d9e09cf0e3ac7343f82b2f});var infowindow = new google.maps.InfoWindow({content: $lb2fedcd622d9e09cf0e3ac7343f82b2f});google.maps.event.addListener(m_b2fedcd622d9e09cf0e3ac7343f82b2f, 'click', function() {infowindow.open(map,m_b2fedcd622d9e09cf0e3ac7343f82b2f);});$marker.push(m_b2fedcd622d9e09cf0e3ac7343f82b2f);}});}google.maps.event.addDomListener(window, 'load', initialize);