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.2755,-73.9984)};var g_6b6a6a1c554f9d6083451f68f9578d26 = new google.maps.Geocoder();g_6b6a6a1c554f9d6083451f68f9578d26.geocode( { 'address': "304 Cummings Ave, Long Branch, NJ 07740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-branch-NJ-emax-financial').style.display = '';map = new google.maps.Map(document.getElementById('long-branch-NJ-emax-financial'), mapOptions);}document.getElementById('03a7cd9f').innerHTML += ' | View Map';var $l6b6a6a1c554f9d6083451f68f9578d26 = '

EMAX Financial

Address: 304 Cummings Ave, Long Branch, NJ 07740, USA
Phone: (917) 673-4371
';var m_6b6a6a1c554f9d6083451f68f9578d26 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EMAX Financial',});m_6b6a6a1c554f9d6083451f68f9578d26['infowindow'] = new google.maps.InfoWindow({content: $l6b6a6a1c554f9d6083451f68f9578d26});var infowindow = new google.maps.InfoWindow({content: $l6b6a6a1c554f9d6083451f68f9578d26});google.maps.event.addListener(m_6b6a6a1c554f9d6083451f68f9578d26, 'click', function() {infowindow.open(map,m_6b6a6a1c554f9d6083451f68f9578d26);});$marker.push(m_6b6a6a1c554f9d6083451f68f9578d26);}});}google.maps.event.addDomListener(window, 'load', initialize);