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.6532,-122.105)};var g_1cb3947c931d10a3828d9ae0d680d50b = new google.maps.Geocoder();g_1cb3947c931d10a3828d9ae0d680d50b.geocode( { 'address': "24301 Southland Dr #409b, Hayward, CA 94545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hayward-CA-united-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('hayward-CA-united-financial-services'), mapOptions);}document.getElementById('008e3a5b').innerHTML += ' | View Map';var $l1cb3947c931d10a3828d9ae0d680d50b = '

United Financial Services

Address: 24301 Southland Dr #409b, Hayward, CA 94545, USA
Phone: (866) 489-1154
';var m_1cb3947c931d10a3828d9ae0d680d50b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Financial Services',});m_1cb3947c931d10a3828d9ae0d680d50b['infowindow'] = new google.maps.InfoWindow({content: $l1cb3947c931d10a3828d9ae0d680d50b});var infowindow = new google.maps.InfoWindow({content: $l1cb3947c931d10a3828d9ae0d680d50b});google.maps.event.addListener(m_1cb3947c931d10a3828d9ae0d680d50b, 'click', function() {infowindow.open(map,m_1cb3947c931d10a3828d9ae0d680d50b);});$marker.push(m_1cb3947c931d10a3828d9ae0d680d50b);}});}google.maps.event.addDomListener(window, 'load', initialize);