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.6966,-117.839)};var g_bbf1cfa24c8520b7e23956cf3548d639 = new google.maps.Geocoder();g_bbf1cfa24c8520b7e23956cf3548d639.geocode( { 'address': "16808 Armstrong Ave #220, Irvine, CA 92606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-greenlink-financial').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-greenlink-financial'), mapOptions);}document.getElementById('37003d37').innerHTML += ' | View Map';var $lbbf1cfa24c8520b7e23956cf3548d639 = '

GreenLink Financial

Address: 16808 Armstrong Ave #220, Irvine, CA 92606, USA
Phone: (844) 882-4270
';var m_bbf1cfa24c8520b7e23956cf3548d639 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenLink Financial',});m_bbf1cfa24c8520b7e23956cf3548d639['infowindow'] = new google.maps.InfoWindow({content: $lbbf1cfa24c8520b7e23956cf3548d639});var infowindow = new google.maps.InfoWindow({content: $lbbf1cfa24c8520b7e23956cf3548d639});google.maps.event.addListener(m_bbf1cfa24c8520b7e23956cf3548d639, 'click', function() {infowindow.open(map,m_bbf1cfa24c8520b7e23956cf3548d639);});$marker.push(m_bbf1cfa24c8520b7e23956cf3548d639);}});}google.maps.event.addDomListener(window, 'load', initialize);