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.6501,-74.3469)};var g_77cd08791011fb678c97302a06de9999 = new google.maps.Geocoder();g_77cd08791011fb678c97302a06de9999.geocode( { 'address': "231 N Ave W #152, Westfield, NJ 07090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westfield-NJ-cfo-inc').style.display = '';map = new google.maps.Map(document.getElementById('westfield-NJ-cfo-inc'), mapOptions);}document.getElementById('9066a02a').innerHTML += ' | View Map';var $l77cd08791011fb678c97302a06de9999 = '

CFO Inc

Address: 231 N Ave W #152, Westfield, NJ 07090, USA
Phone: (908) 654-8838
';var m_77cd08791011fb678c97302a06de9999 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CFO Inc',});m_77cd08791011fb678c97302a06de9999['infowindow'] = new google.maps.InfoWindow({content: $l77cd08791011fb678c97302a06de9999});var infowindow = new google.maps.InfoWindow({content: $l77cd08791011fb678c97302a06de9999});google.maps.event.addListener(m_77cd08791011fb678c97302a06de9999, 'click', function() {infowindow.open(map,m_77cd08791011fb678c97302a06de9999);});$marker.push(m_77cd08791011fb678c97302a06de9999);}});}google.maps.event.addDomListener(window, 'load', initialize);