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.7337,-120.936)};var g_96337d2cb0f87a553196fd9ec2cc66a8 = new google.maps.Geocoder();g_96337d2cb0f87a553196fd9ec2cc66a8.geocode( { 'address': "6445 3rd St, Riverbank, CA 95367, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverbank-CA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('riverbank-CA-western-union'), mapOptions);}document.getElementById('98ac3064').innerHTML += ' | View Map';var $l96337d2cb0f87a553196fd9ec2cc66a8 = '

Western Union

Address: 6445 3rd St, Riverbank, CA 95367, USA
Phone: (209) 869-2949
';var m_96337d2cb0f87a553196fd9ec2cc66a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_96337d2cb0f87a553196fd9ec2cc66a8['infowindow'] = new google.maps.InfoWindow({content: $l96337d2cb0f87a553196fd9ec2cc66a8});var infowindow = new google.maps.InfoWindow({content: $l96337d2cb0f87a553196fd9ec2cc66a8});google.maps.event.addListener(m_96337d2cb0f87a553196fd9ec2cc66a8, 'click', function() {infowindow.open(map,m_96337d2cb0f87a553196fd9ec2cc66a8);});$marker.push(m_96337d2cb0f87a553196fd9ec2cc66a8);}});}google.maps.event.addDomListener(window, 'load', initialize);