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(40.7894,-73.7774)};var g_23f35020df135821bc9a1c51e3900047 = new google.maps.Geocoder();g_23f35020df135821bc9a1c51e3900047.geocode( { 'address': "21285 26th Ave, Bayside, NY 11360"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bayside-NY-wells-fargo-financial').style.display = '';map = new google.maps.Map(document.getElementById('bayside-NY-wells-fargo-financial'), mapOptions);}document.getElementById('9a184dba').innerHTML += ' | View Map';var $l23f35020df135821bc9a1c51e3900047 = '

Wells Fargo Financial

Address: 21285 26th Ave, Bayside, NY 11360
Phone: (718) 819-0169
';var m_23f35020df135821bc9a1c51e3900047 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Financial',});m_23f35020df135821bc9a1c51e3900047['infowindow'] = new google.maps.InfoWindow({content: $l23f35020df135821bc9a1c51e3900047});var infowindow = new google.maps.InfoWindow({content: $l23f35020df135821bc9a1c51e3900047});google.maps.event.addListener(m_23f35020df135821bc9a1c51e3900047, 'click', function() {infowindow.open(map,m_23f35020df135821bc9a1c51e3900047);});$marker.push(m_23f35020df135821bc9a1c51e3900047);}});}google.maps.event.addDomListener(window, 'load', initialize);