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(33.6837,-117.853)};var g_de59da99302b43698ca6c48fe7af703a = new google.maps.Geocoder();g_de59da99302b43698ca6c48fe7af703a.geocode( { 'address': "2020 Main St #950, Irvine, CA 92614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-bbva-compass-loan-production-office-lpo').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-bbva-compass-loan-production-office-lpo'), mapOptions);}document.getElementById('cf8e332c').innerHTML += ' | View Map';var $lde59da99302b43698ca6c48fe7af703a = '

BBVA Compass Loan Production Office (LPO)

Address: 2020 Main St #950, Irvine, CA 92614, USA
Phone:
';var m_de59da99302b43698ca6c48fe7af703a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass Loan Production Office (LPO)',});m_de59da99302b43698ca6c48fe7af703a['infowindow'] = new google.maps.InfoWindow({content: $lde59da99302b43698ca6c48fe7af703a});var infowindow = new google.maps.InfoWindow({content: $lde59da99302b43698ca6c48fe7af703a});google.maps.event.addListener(m_de59da99302b43698ca6c48fe7af703a, 'click', function() {infowindow.open(map,m_de59da99302b43698ca6c48fe7af703a);});$marker.push(m_de59da99302b43698ca6c48fe7af703a);}});}google.maps.event.addDomListener(window, 'load', initialize);