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(37.8048,-122.27)};var g_eecd44ca6cde2b98f9c7150cb135861c = new google.maps.Geocoder();g_eecd44ca6cde2b98f9c7150cb135861c.geocode( { 'address': "417 15th St., Oakland, CA 94612, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakland-CA-money-mart').style.display = '';map = new google.maps.Map(document.getElementById('oakland-CA-money-mart'), mapOptions);}document.getElementById('efe4fec6').innerHTML += ' | View Map';var $leecd44ca6cde2b98f9c7150cb135861c = '

Money Mart

Address: 417 15th St., Oakland, CA 94612, USA
Phone: (510) 451-5815
';var m_eecd44ca6cde2b98f9c7150cb135861c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Mart',});m_eecd44ca6cde2b98f9c7150cb135861c['infowindow'] = new google.maps.InfoWindow({content: $leecd44ca6cde2b98f9c7150cb135861c});var infowindow = new google.maps.InfoWindow({content: $leecd44ca6cde2b98f9c7150cb135861c});google.maps.event.addListener(m_eecd44ca6cde2b98f9c7150cb135861c, 'click', function() {infowindow.open(map,m_eecd44ca6cde2b98f9c7150cb135861c);});$marker.push(m_eecd44ca6cde2b98f9c7150cb135861c);}});}google.maps.event.addDomListener(window, 'load', initialize);