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.5918,-122.071)};var g_524fc39a1cfe7d1000ffc880d95ad27f = new google.maps.Geocoder();g_524fc39a1cfe7d1000ffc880d95ad27f.geocode( { 'address': "31822 Alvarado Blvd, Union City, CA 94587, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-CA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('union-city-CA-check-into-cash'), mapOptions);}document.getElementById('d47f7786').innerHTML += ' | View Map';var $l524fc39a1cfe7d1000ffc880d95ad27f = '

Check Into Cash

Address: 31822 Alvarado Blvd, Union City, CA 94587, USA
Phone: (510) 487-4602
';var m_524fc39a1cfe7d1000ffc880d95ad27f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_524fc39a1cfe7d1000ffc880d95ad27f['infowindow'] = new google.maps.InfoWindow({content: $l524fc39a1cfe7d1000ffc880d95ad27f});var infowindow = new google.maps.InfoWindow({content: $l524fc39a1cfe7d1000ffc880d95ad27f});google.maps.event.addListener(m_524fc39a1cfe7d1000ffc880d95ad27f, 'click', function() {infowindow.open(map,m_524fc39a1cfe7d1000ffc880d95ad27f);});$marker.push(m_524fc39a1cfe7d1000ffc880d95ad27f);}});}google.maps.event.addDomListener(window, 'load', initialize);