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.0791,-117.881)};var g_dd50dfcab75f13b34d5e18b4c60778f1 = new google.maps.Geocoder();g_dd50dfcab75f13b34d5e18b4c60778f1.geocode( { 'address': "527 E Rowland St #110, Covina, CA 91723, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covina-CA-ryan-hoffman-at-wholesale-capital-corporation').style.display = '';map = new google.maps.Map(document.getElementById('covina-CA-ryan-hoffman-at-wholesale-capital-corporation'), mapOptions);}document.getElementById('019aabc7').innerHTML += ' | View Map';var $ldd50dfcab75f13b34d5e18b4c60778f1 = '

Ryan Hoffman at Wholesale Capital Corporation

Address: 527 E Rowland St #110, Covina, CA 91723, USA
Phone: (951) 571-2768
';var m_dd50dfcab75f13b34d5e18b4c60778f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ryan Hoffman at Wholesale Capital Corporation',});m_dd50dfcab75f13b34d5e18b4c60778f1['infowindow'] = new google.maps.InfoWindow({content: $ldd50dfcab75f13b34d5e18b4c60778f1});var infowindow = new google.maps.InfoWindow({content: $ldd50dfcab75f13b34d5e18b4c60778f1});google.maps.event.addListener(m_dd50dfcab75f13b34d5e18b4c60778f1, 'click', function() {infowindow.open(map,m_dd50dfcab75f13b34d5e18b4c60778f1);});$marker.push(m_dd50dfcab75f13b34d5e18b4c60778f1);}});}google.maps.event.addDomListener(window, 'load', initialize);