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(39.4349,-76.6549)};var g_a8f9c922be3d2559a3b6da1429bc1301 = new google.maps.Geocoder();g_a8f9c922be3d2559a3b6da1429bc1301.geocode( { 'address': "2330 W Joppa Rd, Lutherville Timonium, MD 21093"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lutherville-timonium-MD-integrated-benefits-corp').style.display = '';map = new google.maps.Map(document.getElementById('lutherville-timonium-MD-integrated-benefits-corp'), mapOptions);}document.getElementById('13eccb23').innerHTML += ' | View Map';var $la8f9c922be3d2559a3b6da1429bc1301 = '

Integrated Benefits Corp

Address: 2330 W Joppa Rd, Lutherville Timonium, MD 21093
Phone: (410) 321-6103
';var m_a8f9c922be3d2559a3b6da1429bc1301 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Integrated Benefits Corp',});m_a8f9c922be3d2559a3b6da1429bc1301['infowindow'] = new google.maps.InfoWindow({content: $la8f9c922be3d2559a3b6da1429bc1301});var infowindow = new google.maps.InfoWindow({content: $la8f9c922be3d2559a3b6da1429bc1301});google.maps.event.addListener(m_a8f9c922be3d2559a3b6da1429bc1301, 'click', function() {infowindow.open(map,m_a8f9c922be3d2559a3b6da1429bc1301);});$marker.push(m_a8f9c922be3d2559a3b6da1429bc1301);}});}google.maps.event.addDomListener(window, 'load', initialize);